Repository: mesos
Updated Branches:
  refs/heads/master aca6796b7 -> 19ccf2b59


Fixed inconsistent terminology for 'Used' vs 'Allocated' in the webui.

The home page of the webui still uses the word 'Used' to reflect how
much is allocated, whereas the rest of the pages use 'Allocated' for
this and 'Used' to indicate how much of the allocation is utilized.

Review: https://reviews.apache.org/r/58548/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/19ccf2b5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/19ccf2b5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/19ccf2b5

Branch: refs/heads/master
Commit: 19ccf2b5993902fde1a34f888427cca228598c66
Parents: aca6796
Author: Benjamin Mahler <[email protected]>
Authored: Wed Apr 26 10:05:05 2017 +0800
Committer: Haosdent Huang <[email protected]>
Committed: Wed Apr 26 10:05:05 2017 +0800

----------------------------------------------------------------------
 src/webui/master/static/home.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/19ccf2b5/src/webui/master/static/home.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/home.html 
b/src/webui/master/static/home.html
index bd2ffc7..386934f 100644
--- a/src/webui/master/static/home.html
+++ b/src/webui/master/static/home.html
@@ -132,7 +132,7 @@
             <td class="text-right">{{total_disk * (1024 * 1024) | 
dataSize}}</td>
           </tr>
           <tr>
-            <td>Used</td>
+            <td>Allocated</td>
             <td class="text-right">{{used_cpus | decimalFloat}}</td>
             <td class="text-right">{{used_gpus | decimalFloat}}</td>
             <td class="text-right">{{used_mem * (1024 * 1024) | dataSize}}</td>

Reply via email to