Repository: mesos
Updated Branches:
  refs/heads/master 659fd1dd7 -> 00569bfcf


Fixed an inaccurately named table header in the agent webui page.

The 'Allocated' column of the left side panel is actually displaying
the total resources of the agent.

We should include an 'Allocated' column, but this will be added
in a separate patch.

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


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

Branch: refs/heads/master
Commit: 65ecc0a7c87880f382c13062d4d21c0cd178c945
Parents: 659fd1d
Author: Benjamin Mahler <[email protected]>
Authored: Tue Apr 25 02:09:57 2017 +0800
Committer: Haosdent Huang <[email protected]>
Committed: Tue Apr 25 02:09:57 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/65ecc0a7/src/webui/master/static/agent.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/agent.html 
b/src/webui/master/static/agent.html
index 03ba7a8..cd55973 100644
--- a/src/webui/master/static/agent.html
+++ b/src/webui/master/static/agent.html
@@ -88,7 +88,7 @@
           <tr>
             <td></td>
             <td class="text-right">Used</td>
-            <td class="text-right">Allocated</td>
+            <td class="text-right">Total</td>
           </tr>
         </thead>
         <tbody>

Reply via email to