Repository: mesos Updated Branches: refs/heads/master c3964fb17 -> 3a51e7e92
Fixed an incorrect data-key in the webui's offers tab. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3a51e7e9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3a51e7e9 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3a51e7e9 Branch: refs/heads/master Commit: 3a51e7e9210a6f08e9002680343a36b9a2590e35 Parents: c3964fb Author: Benjamin Mahler <[email protected]> Authored: Wed Mar 1 14:12:00 2017 -0800 Committer: Benjamin Mahler <[email protected]> Committed: Wed Mar 1 14:12:00 2017 -0800 ---------------------------------------------------------------------- src/webui/master/static/offers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3a51e7e9/src/webui/master/static/offers.html ---------------------------------------------------------------------- diff --git a/src/webui/master/static/offers.html b/src/webui/master/static/offers.html index 2f7aca3..0586a21 100644 --- a/src/webui/master/static/offers.html +++ b/src/webui/master/static/offers.html @@ -12,7 +12,7 @@ <thead> <tr> <th data-key="id">ID</th> - <th data-key="role">Role</th> + <th data-key="allocation_info.role">Role</th> <th data-key="framework_name">Framework</th> <th data-key="hostname">Host</th> <th data-key="resources.cpus">CPUs</th>
