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 19:40:29 UTC

[2/8] flink git commit: [FLINK-6451][web] Rename "Metrics" tab to "Task Metrics"

[FLINK-6451][web] Rename "Metrics" tab to "Task Metrics"


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

Branch: refs/heads/master
Commit: 8b89e2fdb855d78cea8b08c060f884a4660187fe
Parents: ec21ce6
Author: zentol <ch...@apache.org>
Authored: Fri May 19 12:04:21 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Mon May 22 20:28:22 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/8b89e2fd/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 00a5889..c7d3142 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
@@ -31,7 +31,7 @@ split
             a(ui-sref=".taskmanagers({nodeid: nodeid})") Subtasks by TaskManager
 
           li(ui-sref-active='active')
-            a(ui-sref=".metrics({nodeid: nodeid})") Metrics
+            a(ui-sref=".metrics({nodeid: nodeid})") Task Metrics
 
           li(ui-sref-active='active')
             a(ui-sref=".watermarks({nodeid: nodeid})") Watermarks