groups: add events to eventlog

This commit is contained in:
Girish Ramakrishnan
2024-12-04 09:48:25 +01:00
parent fdf8025a02
commit 3b9d617e37
13 changed files with 113 additions and 94 deletions
+3
View File
@@ -55,6 +55,9 @@ angular.module('Application').controller('EventLogController', ['$scope', '$loca
{ name: 'domain.update', value: 'domain.update' },
{ name: 'domain.remove', value: 'domain.remove' },
{ name: 'externalldap.configure', value: 'externalldap.configure' },
{ name: 'group.add', value: 'group.add' },
{ name: 'group.update', value: 'group.update' },
{ name: 'group.remove', value: 'group.remove' },
{ name: 'mail.location', value: 'mail.location' },
{ name: 'mail.enabled', value: 'mail.enabled' },
{ name: 'mail.box.add', value: 'mail.box.add' },