diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2018-10-19 15:20:02 -0400 |
---|---|---|
committer | Gunnar Mills <gmills@us.ibm.com> | 2018-10-25 18:51:03 +0000 |
commit | 6917b4299a9a3558323d5996d077cd79451b6e45 (patch) | |
tree | f3f9194e713e89d48826a307618b4ba1bd9b29ba | |
parent | 70b718ce3bfbe5e9e2bae24188d65ed4939bc373 (diff) | |
download | openbmc-docs-6917b4299a9a3558323d5996d077cd79451b6e45.tar.gz openbmc-docs-6917b4299a9a3558323d5996d077cd79451b6e45.zip |
dev-doc: Make header size consistent in web-ui
Change-Id: Ie09d0e8391dfb33b6c58249c7044cb7043f0228a
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r-- | development/web-ui.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/web-ui.md b/development/web-ui.md index a5432c1..6bd5270 100644 --- a/development/web-ui.md +++ b/development/web-ui.md @@ -6,7 +6,7 @@ **Prerequisites:** Current Linux, Mac, or Windows system -### Overview +## Overview The [phosphor-webui](https://github.com/openbmc/phosphor-webui) repository provides a web-based interface for an OpenBMC. The phosphor-webui uses the @@ -17,7 +17,7 @@ more. A common use case for changes to the web UI is to put some system specific branding into it. This lesson will focus on how to do that. -### Load web UI against QEMU +## Load web UI against QEMU 1. Connect to web UI in QEMU @@ -33,7 +33,7 @@ branding into it. This lesson will focus on how to do that. connect. OpenBMC is running with a self-signed SSL certificate. Accepting this is key for the next steps. -### Customize web UI code +## Customize web UI code 1. Clone the repository |