You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/29 08:10:53 UTC

[flink] branch release-1.9 updated: [FLINK-13387][WebUI] Fix log download for old UI

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new 5077f18  [FLINK-13387][WebUI] Fix log download for old UI
5077f18 is described below

commit 5077f186c5fc0644f06145bb5fa7796f54be8900
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Jul 26 13:41:34 2019 +0200

    [FLINK-13387][WebUI] Fix log download for old UI
---
 .../old-version/partials/taskmanager/taskmanager.log.html             | 4 ++--
 .../old-version/partials/taskmanager/taskmanager.stdout.html          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.log.html b/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.log.html
index 54ed86a..112849d 100644
--- a/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.log.html
+++ b/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.log.html
@@ -24,7 +24,7 @@ limitations under the License.
         <div class="row">
           <div class="col-xs-10">Task Manager Logs</div>
           <div class="col-xs-1 text-right"><a ng-click="reloadData()" class="show-pointer"><i class="fa fa-refresh"></i></a></div>
-          <div class="col-xs-1 text-left"><a href="taskmanagers/{{taskmanagerid}}/log"><i class="fa fa-download"></i></a></div>
+          <div class="col-xs-1 text-left"><a href="../taskmanagers/{{taskmanagerid}}/log"><i class="fa fa-download"></i></a></div>
         </div>
       </th>
     </tr>
@@ -36,4 +36,4 @@ limitations under the License.
       </td>
     </tr>
   </tbody>
-</table>
\ No newline at end of file
+</table>
diff --git a/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.stdout.html b/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.stdout.html
index 7acef7a..c8d8092 100644
--- a/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.stdout.html
+++ b/flink-runtime-web/web-dashboard/old-version/partials/taskmanager/taskmanager.stdout.html
@@ -24,7 +24,7 @@ limitations under the License.
         <div class="row">
           <div class="col-xs-10">Task Manager Output</div>
           <div class="col-xs-1 text-right"><a ng-click="reloadData()" class="show-pointer"><i class="fa fa-refresh"></i></a></div>
-          <div class="col-xs-1 text-left"><a href="taskmanagers/{{taskmanagerid}}/stdout"><i class="fa fa-download"></i></a></div>
+          <div class="col-xs-1 text-left"><a href="../taskmanagers/{{taskmanagerid}}/stdout"><i class="fa fa-download"></i></a></div>
         </div>
       </th>
     </tr>
@@ -36,4 +36,4 @@ limitations under the License.
       </td>
     </tr>
   </tbody>
-</table>
\ No newline at end of file
+</table>