Repository: mesos Updated Branches: refs/heads/master 6e57f67af -> 3e6b4734a
Fixed WebUI data-key. Some of the data-key are incorrect, which causes sorting problem. Review: https://reviews.apache.org/r/57132/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3e6b4734 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3e6b4734 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3e6b4734 Branch: refs/heads/master Commit: 3e6b4734ae7e4a49cee9c69b87f593107465f0bd Parents: 6e57f67 Author: Jay Guo <[email protected]> Authored: Wed Mar 1 10:56:39 2017 -0800 Committer: Benjamin Mahler <[email protected]> Committed: Wed Mar 1 10:56:39 2017 -0800 ---------------------------------------------------------------------- src/webui/master/static/agent.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3e6b4734/src/webui/master/static/agent.html ---------------------------------------------------------------------- diff --git a/src/webui/master/static/agent.html b/src/webui/master/static/agent.html index 7a45993..416e6c2 100644 --- a/src/webui/master/static/agent.html +++ b/src/webui/master/static/agent.html @@ -132,8 +132,8 @@ <th data-key="num_tasks">Active Tasks</th> <th data-key="cpus">CPUs (Used / Allocated)</th> <th data-key="gpus">GPUs (Used / Allocated)</th> - <th data-key="Mem">Mem (Used / Allocated)</th> - <th data-key="Disk">Disk (Used / Allocated)</th> + <th data-key="mem">Mem (Used / Allocated)</th> + <th data-key="disk">Disk (Used / Allocated)</th> </tr> </thead> <tbody>
