move backup eventlog to model

This commit is contained in:
Girish Ramakrishnan
2016-05-01 11:42:12 -07:00
parent a969e323a6
commit fec388b648
5 changed files with 24 additions and 13 deletions

View File

@@ -14,7 +14,8 @@ exports = module.exports = {
ACTION_APP_RESTORE: 'app.restore',
ACTION_APP_UNINSTALL: 'app.uninstall',
ACTION_APP_UPDATE: 'app.update',
ACTION_BACKUP: 'cloudron.backup',
ACTION_BACKUP_FINISH: 'backup.finish',
ACTION_BACKUP_START: 'backup.start',
ACTION_CERTIFICATE_RENEWAL: 'certificate.renew',
ACTION_CLI_MODE: 'settings.climode',
ACTION_PROFILE: 'user.profile',