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>
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>