Add backup cleanup eventlog

This commit is contained in:
Girish Ramakrishnan
2017-10-01 09:29:42 -07:00
parent e089851ae9
commit f9973e765c
6 changed files with 13 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ exports = module.exports = {
ACTION_APP_LOGIN: 'app.login',
ACTION_BACKUP_FINISH: 'backup.finish',
ACTION_BACKUP_START: 'backup.start',
ACTION_BACKUP_CLEANUP: 'backup.cleanup',
ACTION_CERTIFICATE_RENEWAL: 'certificate.renew',
ACTION_CLI_MODE: 'settings.climode',
ACTION_START: 'cloudron.start',