externalldap: add eventlog

This commit is contained in:
Girish Ramakrishnan
2024-01-13 13:02:43 +01:00
parent 4f9e43859c
commit 4136272382
7 changed files with 42 additions and 24 deletions

View File

@@ -51,6 +51,7 @@ angular.module('Application').controller('EventLogController', ['$scope', '$loca
{ name: 'domain.add', value: 'domain.add' },
{ name: 'domain.update', value: 'domain.update' },
{ name: 'domain.remove', value: 'domain.remove' },
{ name: 'externalldap.configure', value: 'externalldap.configure' },
{ name: 'mail.location', value: 'mail.location' },
{ name: 'mail.enabled', value: 'mail.enabled' },
{ name: 'mail.box.add', value: 'mail.box.add' },