You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2016/03/16 11:36:37 UTC

mesos git commit: Fixed typo when displaying Disk in WebUI.

Repository: mesos
Updated Branches:
  refs/heads/master 4994f30e3 -> e4d44248e


Fixed typo when displaying Disk in WebUI.

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


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

Branch: refs/heads/master
Commit: e4d44248e8d9580996c8af30ee6070d87a8e7a23
Parents: 4994f30
Author: Yongqiao Wang <yq...@cn.ibm.com>
Authored: Wed Mar 16 03:32:12 2016 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Wed Mar 16 03:35:04 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e4d44248/src/webui/master/static/offers.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/offers.html b/src/webui/master/static/offers.html
index 25e4871..01213e9 100644
--- a/src/webui/master/static/offers.html
+++ b/src/webui/master/static/offers.html
@@ -16,7 +16,7 @@
       <th data-key="hostname">Host</th>
       <th data-key="resources.cpus">CPUs</th>
       <th data-key="resources.mem">Mem</th>
-      <th data-key="resources.disk">Mem</th>
+      <th data-key="resources.disk">Disk</th>
     </tr>
   </thead>
   <tbody>