[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/ec21ce67 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/ec21ce67 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/ec21ce67 Branch: refs/heads/master Commit: ec21ce6726be0c7bca50f744da75ec20d1e1fc46 Parents: b2db8e8 Author: zentol <[email protected]> Authored: Fri May 19 12:03:45 2017 +0200 Committer: zentol <[email protected]> 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/ec21ce67/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
