Last one to open the terminal in a new tab from within the logs view

This commit is contained in:
Johannes Zellner
2018-06-15 17:03:00 +02:00
parent ce0a1ce38a
commit 97465c1bd8
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<!-- logs actions -->
<div class="pull-right">
<a class="btn btn-primary" ng-click="showTerminal()" ng-show="selected.type === 'app'"><i class="fa fa-terminal"></i> Terminal</a>
<a class="btn btn-primary" ng-href="{{ '/terminal.html?id=' + selected.value }}" target="_blank" ng-show="selected.type === 'app'"><i class="fa fa-terminal"></i> Terminal</a>
<a class="btn btn-primary" ng-click="clear()"><i class="fa fa-trash"></i> Clear View</a>
<a class="btn btn-primary" ng-href="{{ selected.url }}&format=short&lines=800"><i class="fa fa-download"></i> Download Full Logs</a>
</div>