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.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/common/directives/serial-console.html b/app/common/directives/serial-console.html
index cf451aa..68e8304 100644
--- a/app/common/directives/serial-console.html
+++ b/app/common/directives/serial-console.html
@@ -1,6 +1,8 @@
<div class="serial-lan__wrapper">
<div id="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 class="serial-lan__actions float-right">
+ <button class="btn btn-tertiary" ng-click="openTerminalWindow()" ng-show="showTabBtn === true">
+ <icon file="icon-launch.svg"></icon>Open in new tab
+ </button>
</div>
</div> \ No newline at end of file
OpenPOWER on IntegriCloud