summaryrefslogtreecommitdiffstats
path: root/app/server-control
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2018-05-03 03:50:34 -0500
committerDeepak Kodihalli <dkodihal@in.ibm.com>2018-05-03 04:39:25 -0500
commit94732708ac38137ba94ee1470a2c1f5a36c0d09f (patch)
tree045b4c51ad6aabdeab36c8e68ccd484d0c0f274a /app/server-control
parent15374c85c8ffa3335c815506a0c7f51cf55cac99 (diff)
downloadphosphor-webui-94732708ac38137ba94ee1470a2c1f5a36c0d09f.tar.gz
phosphor-webui-94732708ac38137ba94ee1470a2c1f5a36c0d09f.zip
host console: remove sub-options
Remove the "Open in new tab" and "Export" buttons. These are shown by the webui today, but there's no corresponding implementation. These will be added back when these features are implemented (via https://github.com/openbmc/openbmc/issues/3153). Change-Id: Ib9b4267f2f16d06dfe6a2a11bb8c56beaac6e081 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'app/server-control')
-rw-r--r--app/server-control/controllers/remote-console-controller.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/server-control/controllers/remote-console-controller.html b/app/server-control/controllers/remote-console-controller.html
index 1519073..79a68fd 100644
--- a/app/server-control/controllers/remote-console-controller.html
+++ b/app/server-control/controllers/remote-console-controller.html
@@ -11,10 +11,6 @@
<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 class="serial-lan__actions">
- <button class="inline btn-pop-out" ng-click="openTerminalWindow()">Open in new tab</button>
- <a href="#" class="inline btn-export" download="{{export_name}}">Export console data</a>
- </div>
</div>
</section>
</div>
OpenPOWER on IntegriCloud