summaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-02-27 01:23:15 +0300
committerDerick Montague <derick.montague@ibm.com>2020-03-10 22:50:39 +0300
commitc05ff648da07d8e2221d67eac83b6c6581d371a0 (patch)
tree5acf2746cf1551b36df57421f167a0e9b6100095 /src/assets
parenta4b9e40a15cefe8bf4c48bf994ac91ea5ee94ef6 (diff)
downloadwebui-vue-c05ff648da07d8e2221d67eac83b6c6581d371a0.tar.xz
Add host boot settings to power operations page
Added BootSettingsStore and component to handle changing boot source, boot override option and TPM required option. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I885dd6008aceb34b319953a2e9b6416d848baf16
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/styles/_form-components.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/assets/styles/_form-components.scss b/src/assets/styles/_form-components.scss
index 89abfb3f..35274e70 100644
--- a/src/assets/styles/_form-components.scss
+++ b/src/assets/styles/_form-components.scss
@@ -25,3 +25,13 @@
border-bottom: 2px solid $danger !important;
}
}
+
+.custom-control {
+ .custom-control-input[disabled=disabled] {
+ & + .custom-control-label {
+ // Disabled label for checkbox, radio,
+ // switch bootstrap form components
+ color: $gray-700!important;
+ }
+ }
+}