Skip to content

Commit

Permalink
[FLINK-5723] [web frontend] Use 'Used' instead of 'Initial' in TaskMa…
Browse files Browse the repository at this point in the history
…nager memory consumption view

This closes apache#3275
  • Loading branch information
WangTaoTheTonic authored and StephanEwen committed Feb 20, 2017
1 parent 4810937 commit 03e6c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ div(ng-if="metrics.id")
tr
th Type
th Committed
th Initial
th Used
th Maximum
tbody
tr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>JVM (Heap/Non-Heap)</h2>
<tr>
<th>Type</th>
<th>Committed</th>
<th>Initial</th>
<th>Used</th>
<th>Maximum</th>
</tr>
</thead>
Expand Down

0 comments on commit 03e6c24

Please sign in to comment.