]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
Utils: add 'auth-realm-sync-test' to task descriptions
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 9 Apr 2020 14:10:43 +0000 (16:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Apr 2020 17:28:50 +0000 (19:28 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Utils.js

index 548ca5a83e1d06d679fdf532be4f66133ad14f46..22eddd2c3ef83b7c8e5badbf134be57a336cb22b 100644 (file)
--- a/Utils.js
+++ b/Utils.js
@@ -466,6 +466,7 @@ Ext.define('Proxmox.Utils', { utilities: {
        acmerenew: [ 'SRV', gettext('Renew Certificate') ],
        acmerevoke: [ 'SRV', gettext('Revoke Certificate') ],
        'auth-realm-sync': [ gettext('Realm'), gettext('Sync') ],
+       'auth-realm-sync-test': [ gettext('Realm'), gettext('Sync Preview')],
        'move_volume': [ 'CT', gettext('Move Volume') ],
        clustercreate: [ '', gettext('Create Cluster') ],
        clusterjoin: [ '', gettext('Join Cluster') ],