summaryrefslogtreecommitdiff
path: root/src/views/Operations
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-06-21 17:56:47 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-06-21 17:56:47 +0300
commit0f123678bb0e9c8ccedc9001143a4537aac43342 (patch)
tree5e6268f528d7fbfbd5242cf1e7b7599dda44efc0 /src/views/Operations
parentbde69949362b9dfd1a24fd6fd810116fa3136b5a (diff)
downloadwebui-vue-0f123678bb0e9c8ccedc9001143a4537aac43342.tar.xz
fix BMC configuration, add global table styles
Diffstat (limited to 'src/views/Operations')
-rw-r--r--src/views/Operations/FactoryReset/FactoryReset.vue5
-rw-r--r--src/views/Operations/KeyClear/KeyClear.vue5
2 files changed, 8 insertions, 2 deletions
diff --git a/src/views/Operations/FactoryReset/FactoryReset.vue b/src/views/Operations/FactoryReset/FactoryReset.vue
index 8f5a159f..175cb89e 100644
--- a/src/views/Operations/FactoryReset/FactoryReset.vue
+++ b/src/views/Operations/FactoryReset/FactoryReset.vue
@@ -10,7 +10,10 @@
>
<b-row>
<b-col md="8">
- <b-form-group :label="$t('pageFactoryReset.form.resetOptionsLabel')">
+ <b-form-group
+ :label="$t('pageFactoryReset.form.resetOptionsLabel')"
+ label-class="semi-bold-16px"
+ >
<b-form-radio-group
id="factory-reset-options"
v-model="resetOption"
diff --git a/src/views/Operations/KeyClear/KeyClear.vue b/src/views/Operations/KeyClear/KeyClear.vue
index c970e17a..17629b8d 100644
--- a/src/views/Operations/KeyClear/KeyClear.vue
+++ b/src/views/Operations/KeyClear/KeyClear.vue
@@ -21,7 +21,10 @@
>
<b-row>
<b-col md="8">
- <b-form-group :label="$t('pageKeyClear.form.keyClearOptionsLabel')">
+ <b-form-group
+ :label="$t('pageKeyClear.form.keyClearOptionsLabel')"
+ label-class="semi-bold-16px"
+ >
<b-form-radio-group
id="key-clear-options"
v-model="keyOption"