Add color coded indicator to notifications

This commit is contained in:
Johannes Zellner
2023-09-26 12:58:19 +02:00
parent b72a5e9c69
commit 8f87070b45
4 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ exports = module.exports = {
onEvent,
// these are notification types
// these are notification types, keep in sync with client.js
ALERT_CLOUDRON_INSTALLED: 'cloudronInstalled',
ALERT_CLOUDRON_UPDATED: 'cloudronUpdated',
ALERT_CLOUDRON_UPDATE_FAILED: 'cloudronUpdateFailed',