Use new logsviewer

This commit is contained in:
Johannes Zellner
2023-07-12 14:33:57 +02:00
parent caa160b3fd
commit e9f6a163d9
13 changed files with 19 additions and 19 deletions

View File

@@ -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);