summaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-12-08 00:04:11 +0300
committerDerick Montague <derick.montague@ibm.com>2021-01-05 22:54:01 +0300
commitf415a0898b6f1f5cee8aa43259e8aedf07d395aa (patch)
treec4cb17fba51d9d4c6caa266081f07b95778abf9d /src/assets
parent22d4d527af48d87ca70a8766bacc5b1ec0cfe9b7 (diff)
downloadwebui-vue-f415a0898b6f1f5cee8aa43259e8aedf07d395aa.tar.xz
Add DumpsStore API calls
Ties in API requests to the Dumps page and adds ability to: - Create new System or BMC dump - Delete single or multiple BMC dumps. Uses ClearLog service to delete all and DELETE request for single dump deletion Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iae928fa3b8fab00e549c33c0ab914a4b04de0f40
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/styles/bmc/custom/_forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/styles/bmc/custom/_forms.scss b/src/assets/styles/bmc/custom/_forms.scss
index cea5ef50..428a40c2 100644
--- a/src/assets/styles/bmc/custom/_forms.scss
+++ b/src/assets/styles/bmc/custom/_forms.scss
@@ -51,7 +51,7 @@
.custom-select,
.custom-control-label,
.form-control {
- color: theme-color("dark");
+ color: theme-color("dark") !important;
font-size: 1rem;
}