Michael Davis | 9e00ce9 | 2017-03-09 18:31:02 -0600 | [diff] [blame] | 1 | <div id="uid-switch"> |
Michael Davis | 5a752b2 | 2017-03-09 09:41:08 -0600 | [diff] [blame] | 2 | <div class="row column"> |
| 3 | <h1>Unit ID Indicator</h1> |
| 4 | </div> |
| 5 | |
| 6 | <div class="row column"> |
| 7 | <h2 class="h4">Unit ID control</h2> |
| 8 | </div> |
| 9 | |
| 10 | <div class="row column"> |
| 11 | <div class="btm-border-grey"> |
Michael Davis | c562618 | 2017-03-10 15:48:05 -0600 | [diff] [blame] | 12 | <div class="toggle inline" ng-init="indicatorState = 'off'"> |
| 13 | <input id="toggle__switch-round" |
| 14 | class="toggle-switch toggle-switch__round-flat" |
| 15 | type="checkbox" |
| 16 | tabindex="0" |
| 17 | ng-click="indicatorState = { 'on': 'off', 'off':'on'}[indicatorState]" |
| 18 | > |
| 19 | <label for="toggle__switch-round" tabindex="0">Unit ID indicator is <span class="uid-switch__status">{{indicatorState}}</span></label> |
Michael Davis | 5a752b2 | 2017-03-09 09:41:08 -0600 | [diff] [blame] | 20 | </div> |
| 21 | <div class="uid-switch__label inline"> |
Michael Davis | c562618 | 2017-03-10 15:48:05 -0600 | [diff] [blame] | 22 | <p>Unit ID indicator is <span class="uid-switch__status">{{indicatorState}}</span></p> |
Michael Davis | 5a752b2 | 2017-03-09 09:41:08 -0600 | [diff] [blame] | 23 | <p>Control unit indicator to identify server unit.</p> |
| 24 | </div> |
| 25 | </div> |
| 26 | </div> |
Michael Davis | c562618 | 2017-03-10 15:48:05 -0600 | [diff] [blame] | 27 | </div> |