diff --git a/dashboard/src/filemanager.html b/dashboard/src/filemanager.html index 7c2d1d02e..88b46aeef 100644 --- a/dashboard/src/filemanager.html +++ b/dashboard/src/filemanager.html @@ -294,7 +294,7 @@
- +
diff --git a/dashboard/src/js/client.js b/dashboard/src/js/client.js index e7414704e..21e7c6739 100644 --- a/dashboard/src/js/client.js +++ b/dashboard/src/js/client.js @@ -599,7 +599,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout // this happens mostly if the box crashes if (message === 'Empty message or object') { message = 'Got empty response. Click to check the server logs.'; - action = action || '/logs.html?id=box'; + action = action || '/frontend/logs.html?id=box'; } this.notify('Cloudron Error', message, true, 'error', action); diff --git a/dashboard/src/views/app.html b/dashboard/src/views/app.html index ff2a8f758..1c5102dae 100644 --- a/dashboard/src/views/app.html +++ b/dashboard/src/views/app.html @@ -581,7 +581,7 @@
- +
diff --git a/dashboard/src/views/backups.html b/dashboard/src/views/backups.html index baef32064..f91d2a103 100644 --- a/dashboard/src/views/backups.html +++ b/dashboard/src/views/backups.html @@ -510,14 +510,14 @@

{{ 'backups.schedule.title' | tr }} - +
diff --git a/dashboard/src/views/emails-queue.html b/dashboard/src/views/emails-queue.html index 5fcefdf47..130f9acef 100644 --- a/dashboard/src/views/emails-queue.html +++ b/dashboard/src/views/emails-queue.html @@ -7,7 +7,7 @@

{{ 'emails.queue.title' | tr }} - {{ 'main.action.logs' | tr }} + {{ 'main.action.logs' | tr }}

diff --git a/dashboard/src/views/emails.html b/dashboard/src/views/emails.html index 1dca3e067..3d3f66045 100644 --- a/dashboard/src/views/emails.html +++ b/dashboard/src/views/emails.html @@ -254,7 +254,7 @@