summaryrefslogtreecommitdiffstats
path: root/app/server-control
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-09-04 09:38:13 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-10 20:45:53 +0000
commita788cf01827234d20f2917feb08ee0976efcf774 (patch)
tree1ef9db782e01629d39bfc0514bee75ec9b6af73d /app/server-control
parent75697f909f1d0e1a2e2f575b680040650a0b60d9 (diff)
downloadphosphor-webui-a788cf01827234d20f2917feb08ee0976efcf774.tar.gz
phosphor-webui-a788cf01827234d20f2917feb08ee0976efcf774.zip
SOL console in new window button
Created button to open SOL console in new window. Resolves openbmc/openbmc#3153 Tested: Verified that button brings up new window and that SOL console functions in new window. Change-Id: Idf8ff314e9a14cba0820823afd1ce60e4b3bbc4f Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/server-control')
-rw-r--r--app/server-control/controllers/remote-console-controller.html2
-rw-r--r--app/server-control/controllers/remote-console-window-controller.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/server-control/controllers/remote-console-controller.html b/app/server-control/controllers/remote-console-controller.html
index c82af06..d26ebbe 100644
--- a/app/server-control/controllers/remote-console-controller.html
+++ b/app/server-control/controllers/remote-console-controller.html
@@ -9,7 +9,7 @@
</section>
<section class="row column">
<p class="serial-lan__copy">The Serial over LAN (SoL) console redirects the output of the server’s serial port to a browser window on your workstation.</p>
- <serial-console></serial-console>
+ <serial-console show-tab-btn="true"></serial-console>
</section>
</div>
diff --git a/app/server-control/controllers/remote-console-window-controller.html b/app/server-control/controllers/remote-console-window-controller.html
index 932fb0a..eca7bec 100644
--- a/app/server-control/controllers/remote-console-window-controller.html
+++ b/app/server-control/controllers/remote-console-window-controller.html
@@ -1,5 +1,5 @@
<div class="serial-lan__header">
<a class="bold" ng-click="close()"><i class="icon icon__return"></i> Return to OpenBmc</a>
</div>
-<serial-console></serial-console>
+<serial-console show-tab-btn="false"></serial-console>
OpenPOWER on IntegriCloud