Iftekharul Islam | f157d37 | 2017-03-08 11:11:27 -0600 | [diff] [blame] | 1 | <nav> |
| 2 | <ul id="nav__top-level" ng-style="navStyle"> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 3 | <li> |
Iftekharul Islam | f157d37 | 2017-03-08 11:11:27 -0600 | [diff] [blame] | 4 | <button class="btn-overview" ng-class="{opened: firstLevel == 'overview'}" ng-click="firstLevel = 'overview';" tabindex="1"> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 5 | |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 6 | |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame^] | 7 | <span class="">Server overview</span></button> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 8 | </li> |
| 9 | <li> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 10 | <button class="btn-health" ng-class="{opened: firstLevel == 'health'}" ng-click="firstLevel = 'health';" tabindex="9"> |
| 11 | |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame^] | 12 | <span>Server health</span></button> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 13 | </li> |
| 14 | <li> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 15 | <button class="btn-control" ng-class="{opened: firstLevel == 'control'}" ng-click="firstLevel = 'control';"> |
| 16 | |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame^] | 17 | <span>Server control</span></button> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 18 | </li> |
| 19 | <li> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 20 | <button class="btn-config" ng-class="{opened: firstLevel == 'config'}" ng-click="firstLevel = 'config';"> |
Michael Davis | 3a0d471 | 2017-03-27 14:01:34 -0500 | [diff] [blame] | 21 | |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 22 | <span>Configuration</span></button> |
| 23 | </li> |
| 24 | <li> |
| 25 | <button class="btn-firmware" ng-class="{opened: firstLevel == 'firmware'}" ng-click="firstLevel = 'firmware';"> |
Michael Davis | 3a0d471 | 2017-03-27 14:01:34 -0500 | [diff] [blame] | 26 | |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 27 | <span>Firmware</span></button> |
| 28 | </li> |
| 29 | <li> |
| 30 | <button class="btn-users" ng-class="{opened: firstLevel == 'users'}" ng-click="firstLevel = 'users';"> |
Michael Davis | 3a0d471 | 2017-03-27 14:01:34 -0500 | [diff] [blame] | 31 | |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 32 | <span>Users</span></button> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 33 | </li> |
| 34 | </ul> |
Iftekharul Islam | f157d37 | 2017-03-08 11:11:27 -0600 | [diff] [blame] | 35 | <ul class="nav__second-level btn-overview" ng-style="navStyle" ng-class="{opened: firstLevel == 'overview'}"> |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame^] | 36 | <li ng-class="{'active': (path == '/overview/system')}" tabindex="2"><a href="#/system-overview">System overview</a></li> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 37 | |
| 38 | </ul> |
| 39 | <ul class="nav__second-level btn-health" ng-style="navStyle" ng-class="{opened: firstLevel == 'health'}"> |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame^] | 40 | <li ng-class="{'active': (path == '/overview/log')}"><a href="#/overview/log" tabindex="7">Event log</a></li> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 41 | <li><a href="">FRU Information</a></li> |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame^] | 42 | <li ng-class="{'active': (path == '/overview/sensors-overview')}"><a href="#/overview/sensors-overview">Sensor data</a></li> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 43 | <li ng-class="{'active': (path == '/overview/power-consumption')}"><a href="" tabindex="4">Power consumption</a></li> |
Michael Davis | aeedf9e | 2017-04-06 14:35:56 -0500 | [diff] [blame^] | 44 | <li ng-class="{'active': (path == '/overview/unit-id')}"><a href="#/overview/unit-id" tabindex="6">Unit id</a></li> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 45 | <li><a href="">Diagnostics</a></li> |
| 46 | </ul> |
| 47 | <ul class="nav__second-level btn-control" ng-style="navStyle" ng-class="{opened: firstLevel == 'control'}"> |
| 48 | <li ng-class="{'active': (path == '/overview/power-operations')}" tabindex="3"><a href="#/overview/power-operations">Server power operations</a></li> |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 49 | <li ng-class="{'active': (path == '/overview/bmc-reboot')}"><a href="#/overview/bmc-reboot" tabindex="8">Reboot BMC</a></li> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 50 | <li ng-class="{'active': (path == '/overview/remote-console')}"><a href="" tabindex="5">Remote console</a></li> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 51 | </ul> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 52 | <ul class="nav__second-level btn-firmware" ng-style="navStyle" ng-class="{opened: firstLevel == 'config'}"> |
| 53 | <li><a href="">Network Configuration</a></li> |
| 54 | <li><a href="">Date & Time</a></li> |
| 55 | <li><a href="">Security</a></li> |
| 56 | <li><a href="">Configuration File</a></li> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 57 | </ul> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 58 | <ul class="nav__second-level btn-firmware" ng-style="navStyle" ng-class="{opened: firstLevel == 'firmware'}"> |
| 59 | <li><a href="">BMC Firmawre</a></li> |
| 60 | <li><a href="">Server Firmware</a></li> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 61 | </ul> |
Michael Davis | 890a206 | 2017-03-27 13:14:02 -0500 | [diff] [blame] | 62 | <ul class="nav__second-level btn-users" ng-style="navStyle" ng-class="{opened: firstLevel == 'users'}"> |
| 63 | <li><a href="">Manage User Account</a></li> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 64 | </ul> |
Michael Davis | 3a0d471 | 2017-03-27 14:01:34 -0500 | [diff] [blame] | 65 | </nav> |