Merge remaining frontend into dashboard

This commit is contained in:
Johannes Zellner
2024-10-04 21:37:17 +02:00
parent 9d7f12952d
commit 9f06b91399
528 changed files with 116 additions and 2658 deletions
+1 -1
View File
@@ -721,7 +721,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 || '/frontend/logs.html?id=box';
action = action || '/logs.html?id=box';
}
this.notify('Cloudron Error', message, true, 'error', action);