diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-04-27 21:40:24 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-04-30 13:52:18 +0000 |
| commit | 2e614a27ffb7404e1cad05de149eb08483e1556d (patch) | |
| tree | 01518d8cb328e588ad5b16340dbee7afc77cea3b /app/overview/controllers | |
| parent | b617a800bb76fc2bd4453f6457af9bb180bb7e20 (diff) | |
| download | phosphor-webui-2e614a27ffb7404e1cad05de149eb08483e1556d.tar.gz phosphor-webui-2e614a27ffb7404e1cad05de149eb08483e1556d.zip | |
Server Overview: Fix capitalization of "Serial over LAN"
It is capitalized as "Serial over LAN" everywhere else on the GUI
(the SOL page and in the sub-menu).
This also follows with the capitalization of the other items in
the gray box: "BMC time", "Turn on server indicator", and
"Edit network settings".
Change-Id: I9e94f8ef1ebf65d0038b33c7fb1e11576f0a3f61
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/overview/controllers')
| -rw-r--r-- | app/overview/controllers/system-overview-controller.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html index 4865655..4ce9437 100644 --- a/app/overview/controllers/system-overview-controller.html +++ b/app/overview/controllers/system-overview-controller.html @@ -102,7 +102,7 @@ </div> </div> <a href="#/server-control/remote-console" class="no-icon quick-links__item"> - <p class="inline quick-links__label">Serial Over Lan</p> + <p class="inline quick-links__label">Serial over LAN</p> <span class="btn-pop-out inline float-right"></span> </a> <a href="#/configuration/network" class="quick-links__item"> |

