summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom
diff options
context:
space:
mode:
authorSandeepa Singh <sandeepa.singh@ibm.com>2021-04-21 13:14:45 +0300
committerSandeepa Singh <sandeepa.singh@ibm.com>2021-06-29 09:43:33 +0300
commit55ef76a3b60e6adabde2f9a299c471dd5700e9c6 (patch)
treee773b960b20df7990446e182b7a57a2e02d96dff /src/assets/styles/bmc/custom
parent3aecc07d9c2e08951ddd04de50247fe5cac3337a (diff)
downloadwebui-vue-55ef76a3b60e6adabde2f9a299c471dd5700e9c6.tar.xz
Add processors table missing properties
- Add following missing properties: Name, Spare part number, Model, Processor type, Processor architechure, Version, Health rollup, Asset tag, Min speed MHz, Max speed MHz, Total cores, Total threads, Instruction set, Identify Led - Design of the table has been updated - Waiting for the following to be merged to test the Identify Led: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/37045 Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: If6eeb3b0afea6510f7ea53e2d66cbf1d123b3217
Diffstat (limited to 'src/assets/styles/bmc/custom')
-rw-r--r--src/assets/styles/bmc/custom/_index.scss1
-rw-r--r--src/assets/styles/bmc/custom/_section-divider.scss3
-rw-r--r--src/assets/styles/bmc/custom/_tables.scss1
3 files changed, 5 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/custom/_index.scss b/src/assets/styles/bmc/custom/_index.scss
index 9d6218ff..74594e35 100644
--- a/src/assets/styles/bmc/custom/_index.scss
+++ b/src/assets/styles/bmc/custom/_index.scss
@@ -12,6 +12,7 @@
@import "./kvm";
@import "./modal";
@import "./pagination";
+@import "./section-divider";
@import "./sol";
@import "./tables";
@import "./toasts"; \ No newline at end of file
diff --git a/src/assets/styles/bmc/custom/_section-divider.scss b/src/assets/styles/bmc/custom/_section-divider.scss
new file mode 100644
index 00000000..620c9e56
--- /dev/null
+++ b/src/assets/styles/bmc/custom/_section-divider.scss
@@ -0,0 +1,3 @@
+.section-divider {
+ border-bottom: 1px solid gray('400');
+ } \ No newline at end of file
diff --git a/src/assets/styles/bmc/custom/_tables.scss b/src/assets/styles/bmc/custom/_tables.scss
index 6efe2ba0..e8b5a832 100644
--- a/src/assets/styles/bmc/custom/_tables.scss
+++ b/src/assets/styles/bmc/custom/_tables.scss
@@ -59,6 +59,7 @@
background-color: theme-color("light");
td {
padding-left: calc(50px + (#{$table-cell-padding} * 2));
+ padding-right: calc(50px + (#{$table-cell-padding} * 2));
}
dl {
margin: 0;