eventlog: branding events

This commit is contained in:
Girish Ramakrishnan
2024-12-02 12:11:14 +01:00
parent 872705d58d
commit 0a4aede3a8
6 changed files with 33 additions and 6 deletions

View File

@@ -36,6 +36,9 @@ angular.module('Application').controller('EventLogController', ['$scope', '$loca
{ name: 'backup.cleanup.finish', value: 'backup.cleanup.finish' },
{ name: 'backup.finish', value: 'backup.finish' },
{ name: 'backup.start', value: 'backup.start' },
{ name: 'branding.avatar', value: 'branding.avatar' },
{ name: 'branding.footer', value: 'branding.footer' },
{ name: 'branding.name', value: 'branding.name' },
{ name: 'certificate.new', value: 'certificate.new' },
{ name: 'certificate.renew', value: 'certificate.renew' },
{ name: 'certificate.cleanup', value: 'certificate.cleanup' },