summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers/remote-console-controller.html
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-09-04 09:34:44 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-10 20:45:53 +0000
commit75697f909f1d0e1a2e2f575b680040650a0b60d9 (patch)
tree8e31e6078b785c120a24ebf5dd98cc9ad794e8f6 /app/server-control/controllers/remote-console-controller.html
parent500ad789ff4f01d25b4c5e8d64c957024f704645 (diff)
downloadphosphor-webui-75697f909f1d0e1a2e2f575b680040650a0b60d9.tar.gz
phosphor-webui-75697f909f1d0e1a2e2f575b680040650a0b60d9.zip
Create SOL console directive
Created serial-console directive in order to avoid duplicate code between remote-console-controller and remote-console-window-controller. Tested: Verified that SOL console functions as expected after refactor Change-Id: I8cfc8e78cc2325c813e5bef608886859df6b3ab8 Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/server-control/controllers/remote-console-controller.html')
-rw-r--r--app/server-control/controllers/remote-console-controller.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/server-control/controllers/remote-console-controller.html b/app/server-control/controllers/remote-console-controller.html
index 79a68fd..c82af06 100644
--- a/app/server-control/controllers/remote-console-controller.html
+++ b/app/server-control/controllers/remote-console-controller.html
@@ -9,9 +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>
- <div class="serial-lan__wrapper" ng-class="{'disabled': dataService.remote_window_active}">
- <div id="terminal" class="serial-lan__terminal"></div>
- </div>
+ <serial-console></serial-console>
</section>
</div>
OpenPOWER on IntegriCloud