ui: RemoteEdit: make comment and fingerprint deletable
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
60b9b48e71
commit
b37b59b726
@ -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'),
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user