Last one to open the terminal in a new tab from within the logs view
This commit is contained in:
@@ -35,12 +35,6 @@ app.controller('LogsController', ['$scope', '$timeout', '$location', 'Client', f
|
||||
logViewer.empty();
|
||||
};
|
||||
|
||||
$scope.showTerminal = function () {
|
||||
if (!$scope.selected) return;
|
||||
|
||||
window.open('/terminal.html?id=' + $scope.selected.value, 'Cloudron Terminal', 'width=1024,height=800');
|
||||
};
|
||||
|
||||
function showLogs() {
|
||||
if (!$scope.selected) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user