From 55ef76a3b60e6adabde2f9a299c471dd5700e9c6 Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Wed, 21 Apr 2021 15:44:45 +0530 Subject: 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 Change-Id: If6eeb3b0afea6510f7ea53e2d66cbf1d123b3217 --- src/assets/styles/bmc/custom/_section-divider.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/assets/styles/bmc/custom/_section-divider.scss (limited to 'src/assets/styles/bmc/custom/_section-divider.scss') 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 -- cgit v1.2.3