Add UI to sync dns

This commit is contained in:
Girish Ramakrishnan
2021-02-24 22:18:39 -08:00
parent 5f0ff047d4
commit 8dc0236e89
3 changed files with 94 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ var TASK_TYPES = {
TASK_CLEAN_BACKUPS: 'cleanBackups',
TASK_SYNC_EXTERNAL_LDAP: 'syncExternalLdap',
TASK_CHANGE_MAIL_LOCATION: 'changeMailLocation',
TASK_SYNC_DNS_RECORDS: 'syncDnsRecords',
};
var SECRET_PLACEHOLDER = String.fromCharCode(0x25CF).repeat(8);