Iftekharul Islam | 8947e70 | 2017-07-27 10:28:07 -0500 | [diff] [blame] | 1 | <nav class="nav__wrapper"> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 2 | <ul id="nav__top-level" ng-style="navStyle"> |
| 3 | <li> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 4 | <a class="btn-overview" ng-class="{opened: firstLevel == 'overview'}" href="#/overview/system" ng-click="change('overview')" tabindex="1"> |
| 5 | <span class=""> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 6 | <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve" class="nav-icon"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 7 | <path d="M23.9,18.2l3.3,3.3l1.1-1.1L23.9,16l-7.8,7.8l-3.3-3.3l-1.1,1.1l4.4,4.4L23.9,18.2z"/> |
| 8 | <path d="M5,8v24h30V8H5z M33,30H7V12h26V30z"/> |
| 9 | </svg> |
| 10 | Server overview</span></a> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 11 | </li> |
| 12 | <li> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 13 | <button class="btn-health" ng-class="{opened: firstLevel == 'server-health'}" ng-click="change('server-health')" tabindex="2"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 14 | <span> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 15 | <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve" class="nav-icon"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 16 | <polyline class="st0" points="32,12.9 32,16 8,16 8,8 27,8 "/> |
| 17 | <rect x="8" y="16" class="st0" width="24" height="8"/> |
| 18 | <rect x="8" y="24" class="st0" width="24" height="8"/> |
| 19 | <line class="st0" x1="19" y1="12" x2="27" y2="12"/> |
| 20 | <line class="st0" x1="11" y1="12" x2="13" y2="12"/> |
| 21 | <line class="st0" x1="19" y1="20" x2="27" y2="20"/> |
| 22 | <line class="st0" x1="11" y1="20" x2="13" y2="20"/> |
| 23 | <line class="st0" x1="19" y1="28" x2="27" y2="28"/> |
| 24 | <line class="st0" x1="11" y1="28" x2="13" y2="28"/> |
| 25 | <polygon points="36.4,4 37.5,5.1 32.4,10.2 29.5,7.4 30.7,6.2 32.4,8 "/> |
| 26 | </svg> |
| 27 | Server health |
| 28 | </span> |
| 29 | </button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 30 | </li> |
| 31 | <li> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 32 | <button class="btn-control" ng-class="{opened: firstLevel == 'server-control'}" ng-click="change('server-control')" tabindex="3"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 33 | <span> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 34 | <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve" class="nav-icon"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 35 | <line class="st0" x1="8" y1="12" x2="32" y2="12"/> |
| 36 | <line class="st0" x1="8" y1="20" x2="32" y2="20"/> |
| 37 | <line class="st0" x1="8" y1="28" x2="32" y2="28"/> |
| 38 | <line class="st1" x1="24" y1="28" x2="28" y2="28"/> |
| 39 | <line class="st1" x1="18" y1="20" x2="22" y2="20"/> |
| 40 | <line class="st1" x1="12" y1="12" x2="16" y2="12"/> |
| 41 | </svg> |
| 42 | Server control |
| 43 | </span> |
| 44 | </button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 45 | </li> |
| 46 | <li> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 47 | <button class="btn-config" ng-class="{opened: firstLevel == 'configuration'}" ng-click="change('configuration')" tabindex="4"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 48 | <span> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 49 | <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
| 50 | viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve" class="nav-icon"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 51 | <path d="M31.5,20c0-0.6-0.1-1.2-0.2-1.8L35,15l-3.1-5.1l-4.4,1.4c-1.1-0.9-2.3-1.6-3.6-2.1L23,5h-6l-1,4.2c-1.3,0.5-2.5,1.2-3.6,2.1 |
| 52 | L8.1,9.9L5,15l3.7,3.2c-0.1,0.6-0.2,1.2-0.2,1.8c0,0.6,0.1,1.2,0.2,1.8L5,25l3.1,5.1l4.4-1.4c1.1,0.9,2.3,1.6,3.6,2.1l1,4.2h6l1-4.2 |
| 53 | c1.3-0.5,2.5-1.2,3.6-2.1l4.4,1.4L35,25l-3.7-3.2C31.4,21.2,31.5,20.6,31.5,20z M32.4,25.4L31,27.7l-2.9-0.9l-1.1-0.4l-0.9,0.7 |
| 54 | c-0.9,0.8-1.9,1.3-2.9,1.7l-1,0.4L22,30.3L21.4,33h-2.8L18,30.3l-0.2-1.1l-1-0.4c-1.1-0.4-2.1-1-2.9-1.7l-0.9-0.7l-1.1,0.4L9,27.7 |
| 55 | l-1.4-2.3l2.4-2.1l0.8-0.7l-0.2-1.1c-0.1-0.5-0.1-1-0.1-1.5c0-0.4,0-0.9,0.1-1.5l0.2-1.1L10,16.7l-2.4-2.1L9,12.3l2.9,0.9l1.1,0.4 |
| 56 | l0.9-0.7c0.9-0.8,1.9-1.3,2.9-1.7l1-0.4L18,9.7L18.6,7h2.8L22,9.7l0.2,1.1l1,0.4c1.1,0.4,2.1,1,2.9,1.7l0.9,0.7l1.1-0.4l2.9-0.9 |
| 57 | l1.4,2.3L30,16.7l-0.8,0.7l0.2,1.1c0.1,0.6,0.1,1,0.1,1.5s0,0.9-0.1,1.5l-0.2,1.1l0.8,0.7L32.4,25.4z"/> |
| 58 | <path d="M20,15c-2.8,0-5,2.2-5,5s2.2,5,5,5s5-2.2,5-5S22.8,15,20,15z M20,23c-1.7,0-3-1.3-3-3c0-1.7,1.3-3,3-3c1.7,0,3,1.3,3,3C23,21.7,21.7,23,20,23z"/> |
| 59 | </svg> |
| 60 | Configuration</span></button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 61 | </li> |
| 62 | <li> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 63 | <button class="btn-users" ng-class="{opened: firstLevel == 'users'}" ng-click="change('users')" tabindex="5"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 64 | <span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="nav-icon"><path d="M16 21c5.523 0 10-4.477 10-10S21.523 1 16 1 6 5.477 6 11s4.477 10 10 10zm0-18c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8zM24 23H8a4 4 0 0 0-4 4v4h24v-4a4 4 0 0 0-4-4z"/></svg></span> |
| 65 | <span>Users</span> |
| 66 | </button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 67 | </li> |
| 68 | </ul> |
Iftekharul Islam | 685fe75 | 2017-05-05 09:17:54 -0500 | [diff] [blame] | 69 | <ul class="nav__second-level btn-health" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-health')}"> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 70 | <li ng-class="{'active': (path == '/server-health/event-log')}"> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 71 | <a href="#/server-health/event-log" tabindex="3" ng-click="closeSubnav()">Event log</a></li> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 72 | <li ng-class="{'active': (path == '/server-health/inventory-overview' || path == '/server-health/inventory')}" ng-click="closeSubnav()"> |
Michael Davis | 2c16eff | 2017-06-27 09:56:00 -0500 | [diff] [blame] | 73 | <a href="#/server-health/inventory-overview" tabindex="4">Hardware status</a></li> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 74 | <li ng-class="{'active': (path == '/server-health/sensors-overview' || path == '/server-health/sensors')}"> |
Michael Davis | 2c16eff | 2017-06-27 09:56:00 -0500 | [diff] [blame] | 75 | <a href="#/server-health/sensors-overview" ng-click="closeSubnav()" tabindex="5">Sensors</a></li> |
Michael Davis | 71ec745 | 2017-04-24 16:28:57 -0500 | [diff] [blame] | 76 | <!--<li ng-class="{'active': (path == '/server-health/power-consumption')}"><a href="#/server-health/power-consumption" tabindex="4" ng-click="closeSubnav()">Power consumption</a></li>--> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 77 | <li ng-class="{'active': (path == '/server-health/unit-id')}"> |
Michael Davis | 040a9dc | 2017-07-10 17:53:48 -0500 | [diff] [blame] | 78 | <a href="#/server-health/unit-id" tabindex="6" ng-click="closeSubnav()">Server LED</a></li> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 79 | </ul> |
Iftekharul Islam | 685fe75 | 2017-05-05 09:17:54 -0500 | [diff] [blame] | 80 | <ul class="nav__second-level btn-control" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-control')}"> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 81 | <li ng-class="{'active': (path == '/server-control' || path == '/server-control/power-operations')}"> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 82 | <a href="#/server-control/power-operations" ng-click="closeSubnav()">Server power operations</a></li> |
| 83 | <li ng-class="{'active': (path == '/server-control/bmc-reboot')}"> |
| 84 | <a href="#/server-control/bmc-reboot" tabindex="8" ng-click="closeSubnav()">Reboot BMC</a></li> |
| 85 | <li ng-class="{'active': (path == '/server-control/remote-console')}"> |
| 86 | <a href="#/server-control/remote-console" tabindex="5" ng-click="closeSubnav()">Serial over LAN</a></li> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 87 | </ul> |
Iftekharul Islam | 685fe75 | 2017-05-05 09:17:54 -0500 | [diff] [blame] | 88 | <ul class="nav__second-level btn-firmware" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'configuration')}"> |
Michael Davis | 43366db | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 89 | <li ng-class="{'active': (path == '/configuration' || path == '/configuration/network')}"> |
| 90 | <a href="#/configuration/network" ng-click="closeSubnav()">Network settings</a></li> |
| 91 | <li ng-class="{'active': (path == '/configuration' || path == '/configuration/firmware')}"> |
| 92 | <a href="#/configuration/firmware" ng-click="closeSubnav()">Firmware</a></li> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 93 | </ul> |
Iftekharul Islam | 685fe75 | 2017-05-05 09:17:54 -0500 | [diff] [blame] | 94 | <ul class="nav__second-level btn-users" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'users')}"> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 95 | <li ng-class="{'active': (path == '/users' || path == '/users/manage-accounts')}"> |
| 96 | <a href="#/users/manage-accounts" ng-click="closeSubnav()">Manage user account</a></li> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 97 | </ul> |
Michael Davis | 3a0d471 | 2017-03-27 14:01:34 -0500 | [diff] [blame] | 98 | </nav> |