directory server: add eventlog entry

This commit is contained in:
Girish Ramakrishnan
2024-01-13 12:18:14 +01:00
parent 40c82b3e48
commit a389b863f9
5 changed files with 20 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ angular.module('Application').controller('EventLogController', ['$scope', '$loca
{ name: 'cloudron.update', value: 'cloudron.update' },
{ name: 'cloudron.update.finish', value: 'cloudron.update.finish' },
{ name: 'dashboard.domain.update', value: 'dashboard.domain.update' },
{ name: 'directoryserver.configure', value: 'directoryserver.configure' },
{ name: 'dyndns.update', value: 'dyndns.update' },
{ name: 'domain.add', value: 'domain.add' },
{ name: 'domain.update', value: 'domain.update' },