diff options
author | beccabroek <beccabroek@gmail.com> | 2019-03-20 13:24:23 -0500 |
---|---|---|
committer | Gunnar Mills <gmills@us.ibm.com> | 2019-05-23 14:49:28 +0000 |
commit | 44da471fceb3790b49a43bc023781f62b19f9fde (patch) | |
tree | d5ef2bb6acdf82c4f7904b8a0f0869a47eb8ff65 /app/assets | |
parent | 5efbe0c01c38efba8fb2cc8fab5bb4bea7860e2a (diff) | |
download | phosphor-webui-44da471fceb3790b49a43bc023781f62b19f9fde.tar.gz phosphor-webui-44da471fceb3790b49a43bc023781f62b19f9fde.zip |
Virtual media page
Adds page to manage virtual media devices. User selects file
and pushes 'start' button to establish websocket connection.
nbdServerService added to provide ability for user to navigate
away from the page and return with the ability to see the current
active sessions.
Currently only supports 1 Virtual Media device.
Resolves openbmc/phosphor-webui#40
Tested: uploaded ubuntu image file, started the connection and
mounted virtual media device from host console. Able to see Ubuntu
image file. Also uploaded file and navigated away from the page,
checking that the websocket remained open and was sending /
recieving messages. Finally, tested that when connection
was stopped, 'USB disconnect' log was present in host console.
Change-Id: Ia3155d27cbcfef94c2753dde1303a151e08847cc
Signed-off-by: beccabroek <beccabroek@gmail.com>
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/images/crit-x-black.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/images/crit-x-black.svg b/app/assets/images/crit-x-black.svg new file mode 100644 index 0000000..e6b37ef --- /dev/null +++ b/app/assets/images/crit-x-black.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 27.7 28" style="enable-background:new 0 0 27.7 28;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:none;stroke:#000000;stroke-width:3;stroke-miterlimit:10;} +</style> +<g id="Layer_1"> + <path class="st0" d="M26.5,26.5C23.1,23.2,1.2,1.2,1.2,1.2"/> + <path class="st0" d="M26.5,1.2C23.1,4.5,1.2,26.5,1.2,26.5"/> +</g> +<g id="Layer_2"> +</g> +</svg> |