utils: add 'auth-realm-sync' task description

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-03 09:33:52 +02:00
parent 4a2f360d45
commit e1b9384897

View File

@ -455,6 +455,7 @@ Ext.define('Proxmox.Utils', { utilities: {
acmerefresh: [ 'ACME Account', gettext('Refresh') ],
acmerenew: [ 'SRV', gettext('Renew Certificate') ],
acmerevoke: [ 'SRV', gettext('Revoke Certificate') ],
'auth-realm-sync': [ gettext('Realm'), gettext('Sync') ],
'move_volume': [ 'CT', gettext('Move Volume') ],
clustercreate: [ '', gettext('Create Cluster') ],
clusterjoin: [ '', gettext('Join Cluster') ],