diff --git a/src/views/email.html b/src/views/email.html index cb887e6b8..e95ffbde6 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -586,7 +586,7 @@
Logs are for all email domains on this Cloudron.
- + Show Logs diff --git a/src/views/email.js b/src/views/email.js index 770a032da..cff7044ad 100644 --- a/src/views/email.js +++ b/src/views/email.js @@ -27,10 +27,6 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio { name: 'PTR', value: 'ptr' } ]; - $scope.showLogs = function () { - window.open('/logs.html?id=mail', 'Logs', 'width=1024,height=800').focus(); - }; - $scope.showView = function (view) { // wait for dialog to be fully closed to avoid modal behavior breakage when moving to a different view already $('.modal').on('hidden.bs.modal', function () { diff --git a/src/views/support.html b/src/views/support.html index c208f06c1..bfbf8c040 100644 --- a/src/views/support.html +++ b/src/views/support.html @@ -60,7 +60,7 @@Please be careful when uploading these logs to a public server since they may contain sensitive information.
- + Show Logs diff --git a/src/views/support.js b/src/views/support.js index cb8403378..07ccf99e8 100644 --- a/src/views/support.js +++ b/src/views/support.js @@ -63,10 +63,6 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat } }; - $scope.showLogs = function () { - window.open('/logs.html?id=box', 'Logs', 'width=1024,height=800').focus(); - }; - Client.onReady(function () { Client.getAuthorizedKeys(function (error, keys) { if (error) return console.error(error);