From 57e40406de12147f1ba1ff81c5e002e68a7cccdc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 15 Nov 2020 14:53:29 +0100 Subject: [PATCH] ui: storage/PBS: drop beta hint Signed-off-by: Thomas Lamprecht --- www/manager6/storage/PBSEdit.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js index 841b5218..c471c65a 100644 --- a/www/manager6/storage/PBSEdit.js +++ b/www/manager6/storage/PBSEdit.js @@ -143,11 +143,6 @@ Ext.define('PVE.storage.PBSInputPanel', { isCreate: me.isCreate, fieldLabel: gettext('Encryption Key'), }, - { - xtype: 'displayfield', - userCls: 'pmx-hint', - value: `Proxmox Backup Server is currently in beta.`, - }, ]; me.callParent();