You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aggregation-platform/plugins/kubernetes/html/termShell.html

10 lines
461 B

<div class="terminal-window" terminal-window ng-mousedown="raise()">
<div class="terminal-title" ng-mousedown="mouseDown($event)">
<h5 ng-bind="containerName"></h5>
<i class="fa fa-remove pull-right clickable" title="Close and exit this terminal" ng-click="close()"></i>
<i class="fa fa-sort-desc pull-right clickable" title="Minimize this terminal" ng-click="minimize($event)"></i>
</div>
<div class="terminal-body">
</div>
</div>