199d199f3SIftekharul Islam<nav> 299d199f3SIftekharul Islam <ul id="nav__top-level" ng-style="navStyle"> 399d199f3SIftekharul Islam <li> 4685fe75eSIftekharul Islam <a class="btn-overview" ng-class="{opened: firstLevel == 'overview'}" href="#/overview/system" ng-click="change('overview')" tabindex="1"> 5*e126be7aSMichael Davis <span class="">Server overview</span></a> 699d199f3SIftekharul Islam </li> 799d199f3SIftekharul Islam <li> 8cd789508SIftekharul Islam <button class="btn-health" ng-class="{opened: firstLevel == 'server-health'}" ng-click="change('server-health')" tabindex="9"> 9*e126be7aSMichael Davis <span>Server health</span></button> 1099d199f3SIftekharul Islam </li> 1199d199f3SIftekharul Islam <li> 12cd789508SIftekharul Islam <button class="btn-control" ng-class="{opened: firstLevel == 'server-control'}" ng-click="change('server-control')"> 13*e126be7aSMichael Davis <span>Server control</span></button> 1499d199f3SIftekharul Islam </li> 1599d199f3SIftekharul Islam <li> 16cd789508SIftekharul Islam <button class="btn-config" ng-class="{opened: firstLevel == 'configuration'}" ng-click="change('configuration')"> 17890a206aSMichael Davis <span>Configuration</span></button> 18890a206aSMichael Davis </li> 19890a206aSMichael Davis <li> 20cd789508SIftekharul Islam <button class="btn-firmware" ng-class="{opened: firstLevel == 'firmware'}" ng-click="change('firmware')"> 21890a206aSMichael Davis <span>Firmware</span></button> 22890a206aSMichael Davis </li> 23890a206aSMichael Davis <li> 24cd789508SIftekharul Islam <button class="btn-users" ng-class="{opened: firstLevel == 'users'}" ng-click="change('users')"> 25890a206aSMichael Davis <span>Users</span></button> 2699d199f3SIftekharul Islam </li> 2799d199f3SIftekharul Islam </ul> 28*e126be7aSMichael Davis <!--<ul class="nav__second-level btn-overview" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'overview')}">--> 29*e126be7aSMichael Davis <!--<li ng-class="{'active': (path == '/overview' || path == '/overview/system')}" tabindex="2">--> 30*e126be7aSMichael Davis <!--<a href="#/overview/system" ng-click="closeSubnav()">System overview</a></li>--> 31*e126be7aSMichael Davis <!--</ul>--> 32685fe75eSIftekharul Islam <ul class="nav__second-level btn-health" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-health')}"> 33*e126be7aSMichael Davis <li ng-class="{'active': (path == '/server-health/event-log')}"> 34*e126be7aSMichael Davis <a href="#/server-health/event-log" tabindex="7" ng-click="closeSubnav()">Event log</a></li> 35*e126be7aSMichael Davis <li ng-class="{'active': (path == '/server-health/inventory-overview' || path == '/server-health/inventory')}" ng-click="closeSubnav()"> 36*e126be7aSMichael Davis <a href="#/server-health/inventory-overview">Hardware inventory</a></li> 37*e126be7aSMichael Davis <li ng-class="{'active': (path == '/server-health/sensors-overview' || path == '/server-health/sensors')}"> 38*e126be7aSMichael Davis <a href="#/server-health/sensors-overview" ng-click="closeSubnav()">Sensor data</a></li> 3971ec7454SMichael Davis <!--<li ng-class="{'active': (path == '/server-health/power-consumption')}"><a href="#/server-health/power-consumption" tabindex="4" ng-click="closeSubnav()">Power consumption</a></li>--> 40*e126be7aSMichael Davis <li ng-class="{'active': (path == '/server-health/unit-id')}"> 41*e126be7aSMichael Davis <a href="#/server-health/unit-id" tabindex="6" ng-click="closeSubnav()">Server indicator</a></li> 4271ec7454SMichael Davis <!--<li ng-class="{'active': (path == '/server-health/diagnostics')}"><a href="#/server-health/diagnostics" ng-click="closeSubnav()">Diagnostics</a></li>--> 43890a206aSMichael Davis </ul> 44685fe75eSIftekharul Islam <ul class="nav__second-level btn-control" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'server-control')}"> 45*e126be7aSMichael Davis <li ng-class="{'active': (path == '/server-control' || path == '/server-control/power-operations')}" tabindex="3"> 46*e126be7aSMichael Davis <a href="#/server-control/power-operations" ng-click="closeSubnav()">Server power operations</a></li> 47*e126be7aSMichael Davis <li ng-class="{'active': (path == '/server-control/bmc-reboot')}"> 48*e126be7aSMichael Davis <a href="#/server-control/bmc-reboot" tabindex="8" ng-click="closeSubnav()">Reboot BMC</a></li> 49*e126be7aSMichael Davis <li ng-class="{'active': (path == '/server-control/remote-console')}"> 50*e126be7aSMichael Davis <a href="#/server-control/remote-console" tabindex="5" ng-click="closeSubnav()">Serial over LAN</a></li> 5199d199f3SIftekharul Islam </ul> 52685fe75eSIftekharul Islam <ul class="nav__second-level btn-firmware" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'configuration')}"> 5371ec7454SMichael Davis <li ng-class="{'active': (path == '/configuration' || path == '/configuration/network')}"><a href="#/configuration/network" ng-click="closeSubnav()">Network settings</a></li> 5471ec7454SMichael Davis <!--<li ng-class="{'active': (path == '/configuration/date-time')}"><a href="#/configuration/date-time" ng-click="closeSubnav()">Date & Time</a></li>--> 55*e126be7aSMichael Davis <!--<li ng-class="{'active': (path == '/configuration/security')}"><a href="#/configuration/security" ng-click="closeSubnav()">Security</a></li>--> 5671ec7454SMichael Davis <!--<li ng-class="{'active': (path == '/configuration/file')}"><a href="#/configuration/file" ng-click="closeSubnav()">Configuration File</a></li>--> 5799d199f3SIftekharul Islam </ul> 58685fe75eSIftekharul Islam <ul class="nav__second-level btn-firmware" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'firmware')}"> 5971ec7454SMichael Davis <li ng-class="{'active': (path == '/firmware' || path == '/firmware/bmc')}"><a href="#/firmware/bmc" ng-click="closeSubnav()">BMC firmawre</a></li> 6071ec7454SMichael Davis <li ng-class="{'active': (path == '/firmware/server')}"><a href="#/firmware/server" ng-click="closeSubnav()">Server firmware</a></li> 6199d199f3SIftekharul Islam </ul> 62685fe75eSIftekharul Islam <ul class="nav__second-level btn-users" ng-style="navStyle" ng-class="{opened: (showSubMenu && firstLevel == 'users')}"> 63*e126be7aSMichael Davis <li ng-class="{'active': (path == '/users' || path == '/users/manage-accounts')}"> 64*e126be7aSMichael Davis <a href="#/users/manage-accounts" ng-click="closeSubnav()">Manage user account</a></li> 6599d199f3SIftekharul Islam </ul> 6699d199f3SIftekharul Islam</nav> 67