You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2019/08/01 09:09:06 UTC

[mesos] 01/06: Fixed column key name.

This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit e8f53dc7ba43e40dc159931e42e5759bcabd25aa
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Wed Jul 31 13:46:23 2019 +0200

    Fixed column key name.
    
    This column contained only information on draining while in review, but
    was changed to now display a more general agent state. While doing that
    we missed changing the used column key, and fix this with this follow-up
    patch.
    
    Review: https://reviews.apache.org/r/71180/
---
 src/webui/app/agents/agents.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/webui/app/agents/agents.html b/src/webui/app/agents/agents.html
index 0c6d330..27dcb31 100644
--- a/src/webui/app/agents/agents.html
+++ b/src/webui/app/agents/agents.html
@@ -13,7 +13,7 @@
     <tr>
       <th data-key="id">ID</th>
       <th data-key="hostname">Host</th>
-      <th data-key="draining">State</th>
+      <th data-key="state">State</th>
       <th data-key="resources.cpus">CPUs (Allocated / Total)</th>
       <th data-key="resources.gpus">GPUs (Allocated / Total)</th>
       <th data-key="resources.mem">Mem (Allocated / Total)</th>