blob: 6e6ba72d0e85edfb2a13fdd50aeefd06d314dfaf [file] [log] [blame]
Michael Davisdfad5d52017-07-20 14:53:46 -05001<div id="uid-switch">
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">
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>
20 </div>
21 <div class="uid-switch__label inline">
22 <p>Unit ID indicator is <span class="uid-switch__status">{{indicatorState}}</span></p>
23 <p>Control unit indicator to identify server unit.</p>
24 </div>
25 </div>
26 </div>
27</div>