summaryrefslogtreecommitdiffstats
path: root/app/server-control/styles
diff options
context:
space:
mode:
authorEd tanous <ed@tanous.net>2018-04-22 10:53:28 -0700
committerEd Tanous <ed.tanous@intel.com>2019-04-16 18:54:29 +0000
commite9211cb375a604b1e6dce36e7ec070a0ba1b5c5a (patch)
tree2dab35c3729360fcd5bbc0a5879892c234b4a869 /app/server-control/styles
parent4733a11b42fca6013e3957bf0e345d0cea086d96 (diff)
downloadphosphor-webui-e9211cb375a604b1e6dce36e7ec070a0ba1b5c5a.tar.gz
phosphor-webui-e9211cb375a604b1e6dce36e7ec070a0ba1b5c5a.zip
Implement KVM in webui
This patchset adds the infrastructure to allow KVM sessions through the webui. A websocket capable VNC/RFB connection on the BMC is needed for KVM sessions. To access, navigate to Server control -> KVM. Tested: Ran obmc-ikvm on the BMC, added a KVM Handler to Phosphor Rest Server, and was able to establish a KVM session in the webui on a Witherspoon. Change-Id: I7dda5bec41d270ae8d0913697714d4df4ec3a257 Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/server-control/styles')
-rw-r--r--app/server-control/styles/index.scss1
-rw-r--r--app/server-control/styles/kvm.scss11
2 files changed, 12 insertions, 0 deletions
diff --git a/app/server-control/styles/index.scss b/app/server-control/styles/index.scss
index f6b15ab..5e8a995 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 "./power-usage.scss";
+@import "./kvm.scss";
diff --git a/app/server-control/styles/kvm.scss b/app/server-control/styles/kvm.scss
new file mode 100644
index 0000000..2f9e2c0
--- /dev/null
+++ b/app/server-control/styles/kvm.scss
@@ -0,0 +1,11 @@
+
+.noNVC_shown {
+ display: inline;
+}
+.noVNC_hidden {
+ display: none;
+}
+
+#noVNC_left_dummy_elem {
+ flex: 1;
+}
OpenPOWER on IntegriCloud