Open logs and terminal in a new tab instead of a window

This commit is contained in:
Johannes Zellner
2018-06-15 16:42:04 +02:00
parent bb34c8a242
commit f5060a0d4f
2 changed files with 2 additions and 10 deletions

View File

@@ -456,14 +456,6 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
return false; // prevent propagation and default
};
$scope.showLogs = function (app) {
window.open('/logs.html?id=' + app.id, 'Logs', 'width=1024,height=800').focus();
};
$scope.showTerminal = function (app) {
window.open('/terminal.html?id=' + app.id, 'Terminal', 'width=1024,height=800').focus();
};
$scope.showError = function (app) {
$scope.reset();