Lines Matching full:class

2 <div id="power-operations" class="power-operations">
3 <div class="row column">
5 <div class="power__current-status page-header">
6 <h2 class="inline">Current status</h2>
7 <div class="power__status-log inline float-right">
9 <span class="courier-bold">{{ powerTime | localeDate }}</span>
14 <div class="row column">
15 <div id="power-indicator-bar" class="power__indicator-bar"
16 ng-class="{'power__state-on': dataService.server_state == 'Running',
20 <p class="inline">
23 <h3 class="power__state inline no-margin h3">
34 <div class="row column">
36 <div class="large-4 columns boot-options-wrapper">
37 <form id="host-boot-settings" name="hostBootSettings" class="host-boot-settings" novalidate>
38 <h2 class="subhead boot-options">Host OS boot settings</h2>
39 <div class="boot-settings-form">
40 <div class="boot-options">
48 … <option class="courier-bold" value="{{bootSource}}" ng-repeat="bootSource in bootSources">
52 <div class="boot-options one-time-boot-setting">
53 <div class="align-self-center">
54 …<label class="control-check" id="one-time-label"> <span class="inline boot-checkbox">Enable one ti…
61 <span class="control__indicator"> </span>
67 <div class="boot-options one-time-boot-setting">
68 <div class="boot-options">
69 <h3 class="content-label">
73 <div class="toggle-container">
74 <div class="toggle">
77 class="toggle-switch toggle-switch__round-flat"
95 <div class="boot-form-actions">
96 …<button type="submit" class="btn btn-primary" ng-click="saveBootSettings();saveTPMPolicy();hostBoo…
99 …<button type="reset" class="btn btn-secondary" ng-disabled="dataService.server_unreachable || host…
107 <div class="large-8 columns operations-wrapper">
108 <h2 class="subhead boot-operations">Operations</h2>
110 <div class="alert-warning"
112 <div class="pending-icon">
115 <p class="alert-pending">
129 <div class="row column" ng-show="dataService.server_state == 'Off'"
130 ng-class="{disabled: dataService.server_unreachable}">
131 <button id="power__power-on" class="btn btn-primary inline" ng-click="powerOn()" role="button"
139 <div class="reboot__operations">
140 <form id="reboot-form" name="rebootForm" class="reboot-form">
142 <legend class="boot-operations">Reboot server</legend>
143 <label class="control-radio">Orderly - OS shuts down, then server reboots
146 <span class="control__indicator control__indicator-on"></span>
148 …<label class="control-radio">Immediate - Server reboots without OS shutting down; may cause data c…
151 <span class="control__indicator control__indicator-on"></span>
155 …<button class="btn btn-primary" ng-click="rebootConfirmModal()" type="submit" ng-disabled="dataSer…
162 <div class="shutdown__operations">
163 <form id="shutdown-form" name="shutdownForm" class="shutdown-form">
165 <legend class="boot-operations">Shutdown server</legend>
166 <label class="control-radio">Orderly - OS shuts down, then server shuts down
169 <span class="control__indicator control__indicator-on"></span>
171 …<label class="control-radio">Immediate - Server shuts down without OS shutting down; may cause dat…
174 <span class="control__indicator control__indicator-on"></span>
178 …<button class="btn btn-primary" ng-click="shutdownConfirmModal()" type="submit" ng-disabled="dataS…