Michael Davis | 0f03ad1 | 2017-02-27 16:54:18 -0600 | [diff] [blame^] | 1 | <!-- HEADER --> |
| 2 | <!-- Class of status-light__good has 3 states: status-light__good, status-light__error, status-light__disabled --> |
| 3 | <!-- Server Power buttton links to 'server power operations' page; Server Status may link to event log page. TBD.--> |
| 4 | |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 5 | <header id="header"> |
Michael Davis | 0f03ad1 | 2017-02-27 16:54:18 -0600 | [diff] [blame^] | 6 | <span class="app__version float-left">openBMC V.0.0.1</span> |
| 7 | <a href="index.html" class="header__logout">Log out</a> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 8 | </header> |
| 9 | <div class="header__functions-wrapper"> |
Michael Davis | 0f03ad1 | 2017-02-27 16:54:18 -0600 | [diff] [blame^] | 10 | <div class="logo__wrapper"></div> |
| 11 | <div class="header__functions"> |
| 12 | <a href="">Server health<span class="status-light__error">Error</span></a> |
| 13 | <a href="power-operations.html" class="header__server-power">Server power<span class="status-light__good">On</span></a> |
| 14 | <p class="header__refresh">Page last refreshed <span>3:20:12 Feb 12 2017</span></p> |
| 15 | <button class="header__page-refresh"><img src="img/icon-refresh-white.svg" /></button> |
| 16 | </div> |
Michael Davis | cb8bb19 | 2017-02-09 15:45:13 -0600 | [diff] [blame] | 17 | </div> |