diff options
Diffstat (limited to 'app/common/directives/serial-console.html')
-rw-r--r-- | app/common/directives/serial-console.html | 5 |
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 |