summaryrefslogtreecommitdiffstats
path: root/app/common/directives/serial-console.html
blob: 68e8304685b407fdfa906529ebf629fd5f7968d4 (plain)
1
2
3
4
5
6
7
8
<div class="serial-lan__wrapper">
  <div id="terminal"></div>
  <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>
OpenPOWER on IntegriCloud