summaryrefslogtreecommitdiffstats
path: root/app/common/directives/app-navigation.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/directives/app-navigation.html')
-rw-r--r--app/common/directives/app-navigation.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html
index 82a4a70..02b7194 100644
--- a/app/common/directives/app-navigation.html
+++ b/app/common/directives/app-navigation.html
@@ -100,6 +100,9 @@
<a href="#/configuration/date-time" ng-click="closeSubnav()"
tabindex="{{(showSubMenu && firstLevel == 'configuration') ? 0 : -1}}">Date and time settings</a>
</li>
+ <li ng-class="{'active': (path == '/configuration' || path == '/configuration/ldap')}">
+ <a href="#/configuration/ldap" ng-click="closeSubnav()"
+ tabindex="{{(showSubMenu && firstLevel == 'configuration') ? 0 : -1}}">LDAP settings</a></li>
</ul>
</li>
<li>
OpenPOWER on IntegriCloud