You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ha...@apache.org on 2017/01/26 02:24:48 UTC

[2/2] mesos git commit: Made the style of the cluster name consistent with others.

Made the style of the cluster name consistent with others.

Made the style of the cluster name consistent with other texts in the
navbar.

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


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

Branch: refs/heads/master
Commit: f64e7acea6abad70fcde1175c46fde763c74c4a1
Parents: 4eed1bd
Author: haosdent huang <ha...@apache.org>
Authored: Thu Jan 26 02:28:28 2017 +0800
Committer: Haosdent Huang <ha...@apache.org>
Committed: Thu Jan 26 10:24:03 2017 +0800

----------------------------------------------------------------------
 src/webui/master/static/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f64e7ace/src/webui/master/static/index.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/index.html b/src/webui/master/static/index.html
index a679caf..7c6a8ad 100644
--- a/src/webui/master/static/index.html
+++ b/src/webui/master/static/index.html
@@ -48,7 +48,7 @@
             </ul>
             <ul class="nav navbar-nav navbar-right">
               <li>
-                <p class="navbar-text" data-ng-cloak>{{state.cluster}}</p>
+                <a class="btn disabled" data-ng-cloak>{{state.cluster}}</a>
               </li>
             </ul>
           </div>