Repository: flink
Updated Branches:
  refs/heads/release-1.3 95fce1548 -> 30fba2b1a


Rebuild webUI


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

Branch: refs/heads/release-1.3
Commit: 30fba2b1adea3d7b8bacb79b63bcdfbd9fa5d833
Parents: f4f5cf1
Author: zentol <[email protected]>
Authored: Fri May 19 12:10:07 2017 +0200
Committer: zentol <[email protected]>
Committed: Mon May 22 19:24:19 2017 +0200

----------------------------------------------------------------------
 flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.html  | 4 ++--
 .../web-dashboard/web/partials/taskmanager/index.html            | 2 +-
 .../web/partials/taskmanager/taskmanager.metrics.html            | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/30fba2b1/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.html
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.html 
b/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.html
index c52d67f..79ff0d3 100644
--- a/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.html
+++ b/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.html
@@ -28,8 +28,8 @@ limitations under the License.
       <nav class="navbar navbar-default navbar-secondary-additional">
         <ul class="nav nav-tabs">
           <li ui-sref-active="active"><a ui-sref=".subtasks({nodeid: 
nodeid})">Subtasks</a></li>
-          <li ui-sref-active="active"><a ui-sref=".taskmanagers({nodeid: 
nodeid})">TaskManagers</a></li>
-          <li ui-sref-active="active"><a ui-sref=".metrics({nodeid: 
nodeid})">Metrics</a></li>
+          <li ui-sref-active="active"><a ui-sref=".taskmanagers({nodeid: 
nodeid})">Subtasks by TaskManager</a></li>
+          <li ui-sref-active="active"><a ui-sref=".metrics({nodeid: 
nodeid})">Task Metrics</a></li>
           <li ui-sref-active="active"><a ui-sref=".watermarks({nodeid: 
nodeid})">Watermarks</a></li>
           <li ui-sref-active="active"><a ui-sref=".accumulators({nodeid: 
nodeid})">Accumulators</a></li>
           <li ui-sref-active="active"><a ui-sref=".checkpoints({nodeid: 
nodeid})">Checkpoints</a></li>

http://git-wip-us.apache.org/repos/asf/flink/blob/30fba2b1/flink-runtime-web/web-dashboard/web/partials/taskmanager/index.html
----------------------------------------------------------------------
diff --git 
a/flink-runtime-web/web-dashboard/web/partials/taskmanager/index.html 
b/flink-runtime-web/web-dashboard/web/partials/taskmanager/index.html
index f56dcbe..94614d8 100644
--- a/flink-runtime-web/web-dashboard/web/partials/taskmanager/index.html
+++ b/flink-runtime-web/web-dashboard/web/partials/taskmanager/index.html
@@ -32,7 +32,7 @@ limitations under the License.
         <th>Free Slots</th>
         <th>CPU Cores</th>
         <th>Physical Memory</th>
-        <th>Free Memory</th>
+        <th>JVM Heap Size</th>
         <th>Flink Managed Memory</th>
       </tr>
     </thead>

http://git-wip-us.apache.org/repos/asf/flink/blob/30fba2b1/flink-runtime-web/web-dashboard/web/partials/taskmanager/taskmanager.metrics.html
----------------------------------------------------------------------
diff --git 
a/flink-runtime-web/web-dashboard/web/partials/taskmanager/taskmanager.metrics.html
 
b/flink-runtime-web/web-dashboard/web/partials/taskmanager/taskmanager.metrics.html
index 3372db8..9be77e9 100644
--- 
a/flink-runtime-web/web-dashboard/web/partials/taskmanager/taskmanager.metrics.html
+++ 
b/flink-runtime-web/web-dashboard/web/partials/taskmanager/taskmanager.metrics.html
@@ -27,7 +27,7 @@ limitations under the License.
         <th>Free Slots</th>
         <th>CPU Cores</th>
         <th>Physical Memory</th>
-        <th>Free Memory</th>
+        <th>JVM Heap Size</th>
         <th>Flink Managed Memory</th>
       </tr>
     </thead>

Reply via email to