update notification

This commit is contained in:
Girish Ramakrishnan
2019-03-07 13:34:46 -08:00
parent a9d6ac29f1
commit d2d9c4be6f
2 changed files with 6 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ exports = module.exports = {
ALERT_DISK_SPACE: 'diskSpace',
ALERT_MAIL_STATUS: 'mailStatus',
ALERT_REBOOT: 'reboot',
ALERT_BOX_UPDATE: 'boxUpdate',
alert: alert,
@@ -40,7 +41,8 @@ const ALERT_TITLES = {
backupConfig: 'Backup configuration is unsafe',
diskSpace: 'Out of Disk Space',
mailStatus: 'Email is not configured properly',
reboot: 'Reboot Required'
reboot: 'Reboot Required',
boxUpdate: 'New Cloudron Update Available'
};
function NotificationsError(reason, errorOrMessage) {