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 | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 4 | <a class="btn-overview" ng-class="{opened: firstLevel == 'overview'}" href="#/overview/server" ng-click="change('overview')" tabindex="1"> |
Michael Davis | cbf0c72 | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 5 | <span class=""> |
Michael Davis | d0a3cc4 | 2017-07-20 14:21:30 -0500 | [diff] [blame] | 6 | <svg version="1.1" xmlns="http://www.w3.org/2000/svg" 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 | db28a38 | 2017-11-02 13:16:17 -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> |
Michael Davis | d0a3cc4 | 2017-07-20 14:21:30 -0500 | [diff] [blame] | 15 | <svg version="1.1" xmlns="http://www.w3.org/2000/svg" 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> |
Iftekharul Islam | db28a38 | 2017-11-02 13:16:17 -0500 | [diff] [blame] | 29 | </button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 30 | </li> |
| 31 | <li> |
Iftekharul Islam | db28a38 | 2017-11-02 13:16:17 -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> |
Michael Davis | d0a3cc4 | 2017-07-20 14:21:30 -0500 | [diff] [blame] | 34 | <svg version="1.1" xmlns="http://www.w3.org/2000/svg" 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> |
Iftekharul Islam | db28a38 | 2017-11-02 13:16:17 -0500 | [diff] [blame] | 44 | </button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 45 | </li> |
| 46 | <li> |
Iftekharul Islam | db28a38 | 2017-11-02 13:16:17 -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> |
Michael Davis | d0a3cc4 | 2017-07-20 14:21:30 -0500 | [diff] [blame] | 49 | <svg version="1.1" xmlns="http://www.w3.org/2000/svg" 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] | 50 | <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 |
| 51 | 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 |
| 52 | 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 |
| 53 | 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 |
| 54 | 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 |
| 55 | 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 |
| 56 | 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"/> |
| 57 | <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"/> |
| 58 | </svg> |
Iftekharul Islam | db28a38 | 2017-11-02 13:16:17 -0500 | [diff] [blame] | 59 | Server Configuration</span></button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 60 | </li> |
| 61 | <li> |
Iftekharul Islam | db28a38 | 2017-11-02 13:16:17 -0500 | [diff] [blame] | 62 | <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] | 63 | <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> |
| 64 | <span>Users</span> |
Iftekharul Islam | db28a38 | 2017-11-02 13:16:17 -0500 | [diff] [blame] | 65 | </button> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 66 | </li> |
Iftekharul Islam | 1acb412 | 2017-11-02 13:20:32 -0500 | [diff] [blame] | 67 | <!--<li class="btn-multi-server"> |
Michael Davis | 4250f30 | 2017-09-06 11:03:52 -0500 | [diff] [blame] | 68 | <a ng-class="{opened: firstLevel == 'multi-server'}" href="#/multi-server/overview" ng-click="change('multi-server')" tabindex="6"> |
Michael Davis | 4b77b19 | 2017-08-25 14:22:44 -0500 | [diff] [blame] | 69 | <span> |
| 70 | <svg class="nav-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"> |
| 71 | <path d="M12.8,7.3h4c0.2,1.5,1.5,2.8,3.1,2.8c1.7,0,3.1-1.4,3.1-3.1s-1.4-3.1-3.1-3.1c-1.5,0-2.7,1-3,2.4h-4C12.4,3.3,9.9,1,6.9,1 |
| 72 | C3.7,1,1,3.6,1,6.9c0,0,0,0,0,0c0,3.1,2.4,5.7,5.5,5.9v4c-1.3,0.4-2.4,1.6-2.4,3c0,1.7,1.4,3.1,3.1,3.1s3.1-1.4,3.1-3.1 |
| 73 | c0-1.6-1.2-2.9-2.8-3.1v-4c1.1-0.2,2.1-0.6,2.9-1.3l4.7,4.7c-0.4,0.5-0.6,1.1-0.6,1.8c0,1.7,1.4,3.1,3.1,3.1c1.7,0,3.1-1.4,3.1-3.1 |
| 74 | c0-1.7-1.4-3.1-3.1-3.1c-0.6,0-1.3,0.2-1.8,0.6l-4.7-4.7C12.2,9.7,12.7,8.5,12.8,7.3z M2.2,6.9c0-2.6,2.1-4.7,4.7-4.7 |
| 75 | s4.7,2.1,4.7,4.7s-2.1,4.7-4.7,4.7S2.2,9.5,2.2,6.9z"/> |
| 76 | </svg> |
Michael Davis | 4250f30 | 2017-09-06 11:03:52 -0500 | [diff] [blame] | 77 | All Servers</span></a> |
Iftekharul Islam | 1acb412 | 2017-11-02 13:20:32 -0500 | [diff] [blame] | 78 | </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-health" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-health')}"> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 81 | <li ng-class="{'active': (path == '/server-health/event-log')}"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 82 | <a href="#/server-health/event-log" tabindex="6" ng-click="closeSubnav()">Event log</a></li> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 83 | <li ng-class="{'active': (path == '/server-health/inventory-overview' || path == '/server-health/inventory')}" ng-click="closeSubnav()"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 84 | <a href="#/server-health/inventory-overview" tabindex="7">Hardware status</a></li> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 85 | <li ng-class="{'active': (path == '/server-health/sensors-overview' || path == '/server-health/sensors')}"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 86 | <a href="#/server-health/sensors-overview" ng-click="closeSubnav()" tabindex="8">Sensors</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-control" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-control')}"> |
Iftekharul Islam | 4390b02 | 2017-06-05 09:44:50 -0500 | [diff] [blame] | 89 | <li ng-class="{'active': (path == '/server-control' || path == '/server-control/power-operations')}"> |
Michael Davis | 4b77b19 | 2017-08-25 14:22:44 -0500 | [diff] [blame] | 90 | <a href="#/server-control/power-operations" tabindex="9" ng-click="closeSubnav()">Server power operations</a> |
| 91 | </li> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 92 | <li ng-class="{'active': (path == '/server-control/server-led')}"> |
| 93 | <a href="#/server-control/server-led" tabindex="10" ng-click="closeSubnav()">Server LED</a></li> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 94 | <li ng-class="{'active': (path == '/server-control/bmc-reboot')}"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 95 | <a href="#/server-control/bmc-reboot" tabindex="11" ng-click="closeSubnav()">Reboot BMC</a></li> |
Michael Davis | e126be7 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 96 | <li ng-class="{'active': (path == '/server-control/remote-console')}"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 97 | <a href="#/server-control/remote-console" tabindex="12" ng-click="closeSubnav()">Serial over LAN</a></li> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 98 | </ul> |
Iftekharul Islam | 685fe75 | 2017-05-05 09:17:54 -0500 | [diff] [blame] | 99 | <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] | 100 | <li ng-class="{'active': (path == '/configuration' || path == '/configuration/network')}"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 101 | <a href="#/configuration/network" tabindex="13" ng-click="closeSubnav()">Network settings</a></li> |
Michael Davis | 43366db | 2017-05-15 18:12:35 -0500 | [diff] [blame] | 102 | <li ng-class="{'active': (path == '/configuration' || path == '/configuration/firmware')}"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 103 | <a href="#/configuration/firmware" tabindex="14" ng-click="closeSubnav()">Firmware</a></li> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 104 | </ul> |
Iftekharul Islam | 685fe75 | 2017-05-05 09:17:54 -0500 | [diff] [blame] | 105 | <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] | 106 | <li ng-class="{'active': (path == '/users' || path == '/users/manage-accounts')}"> |
Michael Davis | 9dd479d | 2017-08-18 16:35:00 -0500 | [diff] [blame] | 107 | <a href="#/users/manage-accounts" tabindex="15" ng-click="closeSubnav()">Manage user account</a></li> |
Michael Davis | 272297b | 2017-04-24 12:11:53 -0500 | [diff] [blame] | 108 | </ul> |
Michael Davis | 3a0d471 | 2017-03-27 14:01:34 -0500 | [diff] [blame] | 109 | </nav> |