[pve-devel] [PATCH widget-toolkit 2/2] Utils: add 'auth-realm-sync-test' to task descriptions
Dominik Csapak
d.csapak at proxmox.com
Thu Apr 9 16:10:43 CEST 2020
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/Utils.js b/Utils.js
index 26567cf..ab127f2 100644
--- a/Utils.js
+++ b/Utils.js
@@ -456,6 +456,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') ],
--
2.20.1
More information about the pve-devel
mailing list