blob: 6e6ba72d0e85edfb2a13fdd50aeefd06d314dfaf [file] [log] [blame]
Michael Davis9e00ce92017-03-09 18:31:02 -06001<div id="uid-switch">
Michael Davis5a752b22017-03-09 09:41:08 -06002 <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 Davisc5626182017-03-10 15:48:05 -060012 <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 Davis5a752b22017-03-09 09:41:08 -060020 </div>
21 <div class="uid-switch__label inline">
Michael Davisc5626182017-03-10 15:48:05 -060022 <p>Unit ID indicator is <span class="uid-switch__status">{{indicatorState}}</span></p>
Michael Davis5a752b22017-03-09 09:41:08 -060023 <p>Control unit indicator to identify server unit.</p>
24 </div>
25 </div>
26 </div>
Michael Davisc5626182017-03-10 15:48:05 -060027</div>