d4eaf8bb | 08-Apr-2024 |
Ed Tanous <ed@tanous.net> |
Inline class styles
The characters in the OpenBMC logo use class styles 1 and 6. SVGO for whatever reason chokes on trying to deduplicate these, which causes a template error when inlining the SVG,
Inline class styles
The characters in the OpenBMC logo use class styles 1 and 6. SVGO for whatever reason chokes on trying to deduplicate these, which causes a template error when inlining the SVG, because style tags still exist.
Ideally in the future we would export our SVGs with inline styles, or get SVGO to do it for us, but inline the styles manually for now.
Note, that build-on-openbmc-logo.svg has no style tags, and does this by default, even though they are very similar images.
Tested: Loaded webui. Logo loads properly.
Change-Id: I21c7a24ba49c85559f07fce859d81ed96a40a04f Signed-off-by: Ed Tanous <ed@tanous.net>
show more ...
|
55ef76a3 | 21-Apr-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
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,
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
show more ...
|