diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-20 14:21:30 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 13:14:23 -0500 |
| commit | 8d1a7140a77902a92b0fd6075520501761bf740e (patch) | |
| tree | c7440c1360323940cda674d88dbaa2aa9205b09a /app/common/directives/app-navigation.html | |
| parent | c1530fa992b60465cedabacaf72952047a04b3b1 (diff) | |
| download | phosphor-webui-8d1a7140a77902a92b0fd6075520501761bf740e.tar.gz phosphor-webui-8d1a7140a77902a92b0fd6075520501761bf740e.zip | |
removed commented code.
Change-Id: I75518ee22024f91dd8340d8a92bedaac9d274d16
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/directives/app-navigation.html')
| -rw-r--r-- | app/common/directives/app-navigation.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html index 4828485..417fc7e 100644 --- a/app/common/directives/app-navigation.html +++ b/app/common/directives/app-navigation.html @@ -66,10 +66,6 @@ </button> </li> </ul> - <!--<ul class="nav__second-level btn-overview" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'overview')}">--> - <!--<li ng-class="{'active': (path == '/overview' || path == '/overview/system')}" tabindex="2">--> - <!--<a href="#/overview/system" ng-click="closeSubnav()">System overview</a></li>--> - <!--</ul>--> <ul class="nav__second-level btn-health" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-health')}"> <li ng-class="{'active': (path == '/server-health/event-log')}"> <a href="#/server-health/event-log" tabindex="3" ng-click="closeSubnav()">Event log</a></li> @@ -80,7 +76,6 @@ <!--<li ng-class="{'active': (path == '/server-health/power-consumption')}"><a href="#/server-health/power-consumption" tabindex="4" ng-click="closeSubnav()">Power consumption</a></li>--> <li ng-class="{'active': (path == '/server-health/unit-id')}"> <a href="#/server-health/unit-id" tabindex="6" ng-click="closeSubnav()">Server LED</a></li> - <!--<li ng-class="{'active': (path == '/server-health/diagnostics')}"><a href="#/server-health/diagnostics" ng-click="closeSubnav()">Diagnostics</a></li>--> </ul> <ul class="nav__second-level btn-control" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-control')}"> <li ng-class="{'active': (path == '/server-control' || path == '/server-control/power-operations')}"> |

