IGNITE-843 Fixed navbar visibility when not logged.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/78ce2a90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/78ce2a90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/78ce2a90 Branch: refs/heads/ignite-1121 Commit: 78ce2a90c54e1802e1f64e6232b6995f36a1701c Parents: 27c3369 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Tue Jul 14 17:58:02 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Tue Jul 14 17:58:02 2015 +0700 ---------------------------------------------------------------------- modules/web-control-center/nodejs/views/includes/header.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/78ce2a90/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 47b9cfb..071c996 100644 --- a/modules/web-control-center/nodejs/views/includes/header.jade +++ b/modules/web-control-center/nodejs/views/includes/header.jade @@ -26,7 +26,7 @@ header.header(id='header') h1.navbar-brand a(href='/') Apache Ignite Web Configurator .navbar-collapse.collapse(ng-controller='auth') - ul.nav.navbar-nav(ng-controller='activeLink') + ul.nav.navbar-nav(ng-controller='activeLink' ng-show='user') +header-item('/configuration', '/configuration/clusters', 'Configuration') //+header-item('/monitoring', '/monitoring', 'Monitoring') //+header-item('/sql', '/sql', 'SQL')