Skip to content

Commit

Permalink
Rebuild webUI
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed May 22, 2017
1 parent b3e1642 commit 7efa8ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>Overview</h1>
<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>
Expand Down

0 comments on commit 7efa8ad

Please sign in to comment.