diff --git a/src/js/logs.js b/src/js/logs.js index a65157264..4d798346b 100644 --- a/src/js/logs.js +++ b/src/js/logs.js @@ -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; diff --git a/src/logs.html b/src/logs.html index f6b468e90..62b8e53b5 100644 --- a/src/logs.html +++ b/src/logs.html @@ -54,7 +54,7 @@
- Terminal + Terminal Clear View Download Full Logs