This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 76c474380b19b52e36547f3bcd2975ab5c11fed6 Author: Benjamin Mahler <[email protected]> AuthorDate: Fri Jun 28 16:10:14 2019 -0400 Renamed the roles ui column from 'Allocation' to 'Allocation + Offered'. This column actually displays the allocation + offered amount, so this renames it accordingly to avoid confusion. Later, we will split these apart into separate selectable columns. Review: https://reviews.apache.org/r/71028 --- src/webui/app/roles/roles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/app/roles/roles.html b/src/webui/app/roles/roles.html index 02cb7ba..6b08b91 100644 --- a/src/webui/app/roles/roles.html +++ b/src/webui/app/roles/roles.html @@ -14,7 +14,7 @@ <th data-key="name" data-sort class="ascending vertically-center" rowspan="2">Role</th> <th data-key="weight" class="vertically-center" rowspan="2">Weight</th> <th data-key="frameworks.length" class="vertically-center" rowspan="2">Frameworks</th> - <th data-key="resources.cpus" class="group-column" colspan="4">Allocation</th> + <th data-key="resources.cpus" class="group-column" colspan="4">Allocation + Offered</th> <th data-key="resources.gpus" class="group-column" colspan="4">Guarantee</th> <th data-key="resources.mem" class="group-column" colspan="4">Limit</th> </tr>
