Utils: add 'auth-realm-sync-test' to task descriptions

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2020-04-09 16:10:43 +02:00 committed by Thomas Lamprecht
parent 64eb4dc44f
commit 8ae40b73f1

View File

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