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 2017/05/22 17:24:53 UTC

[5/5] flink git commit: [FLINK-6450][web] Rename "TaskManagers" tab to "Subtasks by Taskmanager"

[FLINK-6450][web] Rename "TaskManagers" tab to "Subtasks by Taskmanager"


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4df9b5a7
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4df9b5a7
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/4df9b5a7

Branch: refs/heads/release-1.3
Commit: 4df9b5a7fc15fb00b598bf2d60fd085b93db32bf
Parents: f72b873
Author: zentol <ch...@apache.org>
Authored: Fri May 19 12:03:45 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Mon May 22 19:24:19 2017 +0200

----------------------------------------------------------------------
 flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/4df9b5a7/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade b/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade
index 6c4cf0b..00a5889 100644
--- a/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade
+++ b/flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade
@@ -28,7 +28,7 @@ split
             a(ui-sref=".subtasks({nodeid: nodeid})") Subtasks
 
           li(ui-sref-active='active')
-            a(ui-sref=".taskmanagers({nodeid: nodeid})") TaskManagers
+            a(ui-sref=".taskmanagers({nodeid: nodeid})") Subtasks by TaskManager
 
           li(ui-sref-active='active')
             a(ui-sref=".metrics({nodeid: nodeid})") Metrics