diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2019-09-19 14:12:16 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-09-24 14:16:14 +0000 |
| commit | 418db63c77aad03fe3401c7acd9f9792fab96a68 (patch) | |
| tree | 79f995939cf688fe3d45c9b9b48931d7ca0afea8 /app/configuration/styles | |
| parent | 5ccf9e36c1da9b6396288c3cfe8d32dddfbb1a10 (diff) | |
| download | phosphor-webui-418db63c77aad03fe3401c7acd9f9792fab96a68.tar.gz phosphor-webui-418db63c77aad03fe3401c7acd9f9792fab96a68.zip | |
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>
Diffstat (limited to 'app/configuration/styles')
| -rw-r--r-- | app/configuration/styles/index.scss | 1 | ||||
| -rw-r--r-- | app/configuration/styles/virtual-media.scss | 82 |
2 files changed, 0 insertions, 83 deletions
diff --git a/app/configuration/styles/index.scss b/app/configuration/styles/index.scss index a8bd1a8..28d98de 100644 --- a/app/configuration/styles/index.scss +++ b/app/configuration/styles/index.scss @@ -2,5 +2,4 @@ @import "./snmp.scss"; @import "./date-time.scss"; @import "./firmware.scss"; -@import "./virtual-media.scss"; @import "./certificate.scss"; diff --git a/app/configuration/styles/virtual-media.scss b/app/configuration/styles/virtual-media.scss deleted file mode 100644 index 4070e34..0000000 --- a/app/configuration/styles/virtual-media.scss +++ /dev/null @@ -1,82 +0,0 @@ -.vm__page-description { - margin-top: 1em; - margin-bottom: 3em; -} - -.vm__upload { - align-items: center; - margin-bottom: 2em; -} - -.vm__upload-chooser { - display: flex; - flex-wrap: wrap; - align-items: baseline; - margin: 0.7em 0.7em 0.7em 0; -} -.vm__upload-choose-label { - flex-grow: 0; - flex-shrink: 0; - flex-basis: auto; - margin-right: 4px; -} - -.vm__upload-choose-button { - padding: 0.5em 0.75em; - font-size: 1rem; - background-color: $primary-light; - min-width: 3em; -} - -.vm__upload-content { - flex: 1 0 220px; - max-width: 640px; - - .icon__exit { - float: right; - cursor: pointer; - width: 0.75em; - height: 0.75em; - margin: 0 1em 0.3em 0.3em; - } -} - -.vm__upload-controls { - display: flex; - align-items: center; -} - -.vm__upload-name { - flex: 1 0 220px; - background-color: $background-03; - padding: 0.5em; -} - -.vm__error-border, -.vm__active-border { - border-top: 2px solid $status-error; - margin-top: 4px; - padding-top: 4px; -} -.vm__active-border { - border-color: $status-ok; -} - -.vm__active-text { - color: $status-ok; - font-size: 0.8rem; - margin-top: 4px; -} - -.vm__upload-start { - flex-grow: 0; - flex-shrink: 0; - flex-basis: 100%; - margin-top: 1em; - - @media screen and (min-width: 760px) { - flex-basis: auto; - margin-top: 0; - margin-left: 0.75em; - } -} |

