commit | 418db63c77aad03fe3401c7acd9f9792fab96a68 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Sep 19 14:12:16 2019 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Sep 24 14:16:14 2019 +0000 |
tree | 79f995939cf688fe3d45c9b9b48931d7ca0afea8 | |
parent | 5ccf9e36c1da9b6396288c3cfe8d32dddfbb1a10 [diff] [blame] |
Move Virtual Media files and route "Virtual media" was already part of the "Server control" submenu but the files were at app/configuration and the route was /configuration. Marta Mazur did a similar file and route move here as part of supporting multiple Virtual Media endpoints: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/25218 Tested: Built and loaded on a Witherspoon. The VM route is now: #/server-control/virtual-media. Was able to use the VM panel. Change-Id: Iec46a8ece7ddfbc356bc1e71875def70c4418027 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/server-control/styles/index.scss b/app/server-control/styles/index.scss index 7171a7e..cd91860 100644 --- a/app/server-control/styles/index.scss +++ b/app/server-control/styles/index.scss
@@ -3,3 +3,4 @@ @import "./remote-console.scss"; @import "./server-led.scss"; @import "./kvm.scss"; +@import "./virtual-media.scss";