From e9f6a163d93bfb320677a0e82234f7a4dfe8a9ef Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 12 Jul 2023 14:33:57 +0200 Subject: [PATCH] Use new logsviewer --- dashboard/src/filemanager.html | 2 +- dashboard/src/js/client.js | 2 +- dashboard/src/views/app.html | 2 +- dashboard/src/views/backups.html | 6 +++--- dashboard/src/views/domains.html | 6 +++--- dashboard/src/views/emails-eventlog.html | 2 +- dashboard/src/views/emails-queue.html | 2 +- dashboard/src/views/emails.html | 2 +- dashboard/src/views/network.html | 2 +- dashboard/src/views/services.html | 6 +++--- dashboard/src/views/settings.html | 2 +- dashboard/src/views/system.html | 2 +- dashboard/src/views/users.html | 2 +- 13 files changed, 19 insertions(+), 19 deletions(-) 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 @@