ui: storage/PBS: drop beta hint

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-15 14:53:29 +01:00
parent d74c7e80c7
commit 57e40406de

View File

@ -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();