You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/10/14 20:22:10 UTC

mesos git commit: Printed agent hostname on executor page in WebUI.

Repository: mesos
Updated Branches:
  refs/heads/master 3f6503861 -> 933cd3761


Printed agent hostname on executor page in WebUI.

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


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

Branch: refs/heads/master
Commit: 933cd37615b172e39a27282348cc78d13e7bc243
Parents: 3f65038
Author: Ian Babrou <ib...@gmail.com>
Authored: Fri Oct 14 22:19:10 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 14 22:21:54 2016 +0200

----------------------------------------------------------------------
 src/webui/master/static/agent_executor.html | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/933cd376/src/webui/master/static/agent_executor.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/agent_executor.html b/src/webui/master/static/agent_executor.html
index d2ab85d..95e921d 100644
--- a/src/webui/master/static/agent_executor.html
+++ b/src/webui/master/static/agent_executor.html
@@ -44,6 +44,8 @@
         </dd>
         <dt>Master:</dt>
         <dd>{{state.master_hostname}}</dd>
+        <dt>Agent:</dt>
+        <dd>{{state.hostname}}</dd>
       </dl>
 
       <dl class="inline clearfix">