You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/07/10 08:51:04 UTC

incubator-ignite git commit: # ignite-843 Move administration.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 c4f31b65c -> 1d49d68b6


# ignite-843 Move administration.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1d49d68b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1d49d68b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1d49d68b

Branch: refs/heads/ignite-843
Commit: 1d49d68b6aba0b25adc58569a670df093b796071
Parents: c4f31b6
Author: Andrey <an...@gridgain.com>
Authored: Fri Jul 10 13:51:27 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Fri Jul 10 13:51:27 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/views/includes/header.jade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1d49d68b/modules/web-control-center/nodejs/views/includes/header.jade
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/views/includes/header.jade b/modules/web-control-center/nodejs/views/includes/header.jade
index 2cd5811..42b8d4f 100644
--- a/modules/web-control-center/nodejs/views/includes/header.jade
+++ b/modules/web-control-center/nodejs/views/includes/header.jade
@@ -22,8 +22,6 @@ header.header(id='header')
             ul.nav.navbar-nav(ng-controller='activeLink' ng-show='loggedInUser')
                 li
                     a(ng-class="{active: isActive('/configuration')}" href='/configuration/clusters') Configuration
-                li(ng-if='loggedInUser && loggedInUser.admin')
-                    a(ng-class="{active: isActive('/admin')}" href='/admin') Administration
                 li
                     a(ng-class="{active: isActive('/sql')}" href='/sql') SQL
             ul.nav.navbar-nav.pull-right
@@ -34,6 +32,8 @@ header.header(id='header')
                         ul.dropdown-menu
                             li
                                 a(href='/profile') Profile
+                            li(ng-if='loggedInUser && loggedInUser.admin')
+                                a(href='/admin') Admin Panel
                             li
                                 a(href='/logout') Log Out
                 li.nav-login(ng-show='!loggedInUser')