From e1b9384897947f1d251e3494044a31b56073410f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 3 Apr 2020 09:33:52 +0200 Subject: [PATCH] utils: add 'auth-realm-sync' task description Signed-off-by: Thomas Lamprecht --- Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Utils.js b/Utils.js index 045749b..26567cf 100644 --- a/Utils.js +++ b/Utils.js @@ -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') ],