ui: RemoteEdit: make comment and fingerprint deletable

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2020-09-29 16:05:53 +02:00 committed by Dietmar Maurer
parent 60b9b48e71
commit b37b59b726

View File

@ -73,11 +73,13 @@ Ext.define('PBS.window.RemoteEdit', {
{
xtype: 'proxmoxtextfield',
name: 'fingerprint',
deleteEmpty: true,
fieldLabel: gettext('Fingerprint'),
},
{
xtype: 'proxmoxtextfield',
name: 'comment',
deleteEmpty: true,
fieldLabel: gettext('Comment'),
},
],