14250f302SMichael Davis<div id="header__wrapper"> 299d199f3SIftekharul Islam <!-- HEADER --> 399d199f3SIftekharul Islam <header id="header"> 4844dace6SGunnar Mills <span class="header__title float-left">OpenBMC</span> 599d199f3SIftekharul Islam <a href="" class="header__logout" ng-click="logout()">Log out</a> 699d199f3SIftekharul Islam </header> 74250f302SMichael Davis <div class="header__functions-wrapper" role="heading"> 8bbcf670aSEd Tanous <div class="logo__wrapper"><img src="../../assets/images/logo.svg" class="header__logo" alt="company logo"/></div> 94250f302SMichael Davis <div class="inline header__server-name"> 10ba556c31SIftekharul Islam <p class="header__hostname">{{dataService.hostname}}</p> 11*75494d4aSRyan Arnell <p class="header__server-ip courier-bold">{{dataService.server_id}}</p> 12a6a15c21SMichael Davis </div> 13a1dcfe0cSMichael Davis <div class="header__functions" ng-class="{'active' : toggle}"> 14*75494d4aSRyan Arnell <button type="button" class="header__info" ng-click="toggle = !toggle"><i class="icon icon-angle" aria-hidden="true"></i></button> 154250f302SMichael Davis <a href="#/server-health/event-log" class="header__server-health">Server health 164250f302SMichael Davis <i class="icon icon-angle" aria-hidden="true"></i><span ng-class="{'status-light__error': dataService.server_health == 'Critical', 'status-light__warn': dataService.server_health == 'Warning', 'status-light__good': dataService.server_health == 'Good'}">{{dataService.server_health}}</span></a> 174250f302SMichael Davis <a href="#/server-control/power-operations" class="header__server-power" role="button">Server power 183490c0fcSCamVan Nguyen <i class="icon icon-angle" aria-hidden="true"></i><span ng-class="{'status-light__off': dataService.server_state == 'Off', 'status-light__disabled': dataService.server_state == 'Unreachable', 'status-light__good': dataService.server_state == 'Running', 'status-light__error': dataService.server_state == 'Quiesced'}">{{dataService.server_state | quiescedToError}}</span></a> 19dbf04811SAlexander Filippov <p class="header__refresh">Data last refreshed<span>{{dataService.last_updated | localeDate}}</span> 204250f302SMichael Davis </p> 214250f302SMichael Davis <button class="header__page-refresh" ng-click="refresh()" aria-label="refresh page data"> 224250f302SMichael Davis <span>Refresh</span> 234250f302SMichael Davis <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.18 51.91"> 244250f302SMichael Davis <path class="cls-1" d="M38,20.77H52v-14H48.3v6.07A26,26,0,1,0,48.7,38H44.32a22.14,22.14,0,1,1,1.8-20.92H38v3.67Z" transform="translate(0.16 0.14)"/> 25*75494d4aSRyan Arnell </svg> 264250f302SMichael Davis </button> 2799d199f3SIftekharul Islam </div> 2899d199f3SIftekharul Islam </div> 2999d199f3SIftekharul Islam</div> 30