domains: validate domain configs in a cron

no email notification yet, we have to rework this notifications/eventlog stuff
This commit is contained in:
Girish Ramakrishnan
2025-02-17 19:01:53 +01:00
parent 3d31f73453
commit 12794a499d
6 changed files with 50 additions and 8 deletions
+1
View File
@@ -127,6 +127,7 @@ app.filter('notificationTypeToColor', function () {
case NOTIFICATION_TYPES.DISK_SPACE:
case NOTIFICATION_TYPES.BACKUP_CONFIG:
case NOTIFICATION_TYPES.BACKUP_FAILED:
case NOTIFICATION_TYPES.DOMAIN_CONFIG_CHECK_FAILED:
return '#ff4c4c';
case NOTIFICATION_TYPES.BOX_UPDATE:
case NOTIFICATION_TYPES.MANUAL_APP_UPDATE: