summaryrefslogtreecommitdiffstats
path: root/app/common/directives/serial-console.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/directives/serial-console.html')
-rw-r--r--app/common/directives/serial-console.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/common/directives/serial-console.html b/app/common/directives/serial-console.html
index 0927f0a..30ba673 100644
--- a/app/common/directives/serial-console.html
+++ b/app/common/directives/serial-console.html
@@ -1,3 +1,6 @@
<div class="serial-lan__wrapper">
- <div id="terminal" class="serial-lan__terminal"></div>
+ <div id="terminal" class="serial-lan__terminal"></div>
+ <div class="serial-lan__actions">
+ <button class="inline btn-pop-out" ng-click="openTerminalWindow()" ng-show="showTabBtn === true">Open in new tab</button>
+ </div>
</div> \ No newline at end of file
OpenPOWER on IntegriCloud