Lines Matching +full:button +full:- +full:uid
2 <div id="power-usage" class="page">
3 <h1 class="page-title">Manage Power Usage</h1>
4 <form class="power-usage__form" role="form" action="">
6 <div class="section-header">
7 <h2 class="section-title">Power information</h2>
9 <dl class="list-pair">
15 <div class="section-header">
16 <h2 class="section-title">
20 <div class="section-content">
25 <div class="toggle-container">
28 id="toggle__switch-round"
29 class="toggle-switch toggle-switch__round-flat"
32 ng-model="power_cap.PowerCapEnable"
33 ng-checked="power_cap.PowerCapEnable"
35 <label for="toggle__switch-round" tabindex="0"
37 <span class="uid-switch__status">{{
47 <div class="section-content form__field">
48 <label for="power-cap" class="content-label"
52 id="power-cap"
57 ng-disabled="!power_cap.PowerCapEnable"
58 ng-model="power_cap.PowerCap"
63 <button type="submit" class="btn-primary" ng-click="setPowerCap()">
65 </button>
66 <button type="button" class="btn btn-secondary" ng-click="refresh()">
68 </button>