mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-25 12:40:14 +00:00
webhook edit: add emptytext to key-value fields
namely 'Key' and 'Value' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
b0eafb68a9
commit
e872ed40f7
@ -282,7 +282,7 @@ Ext.define('Proxmox.form.WebhookKeyValueList', {
|
||||
me.lookup('grid').getStore().add({
|
||||
headerName: '',
|
||||
headerValue: '',
|
||||
emptyText: '',
|
||||
emptyText: gettext('Value'),
|
||||
newValue: true,
|
||||
});
|
||||
},
|
||||
@ -357,6 +357,7 @@ Ext.define('Proxmox.form.WebhookKeyValueList', {
|
||||
maskRe: me.maskRe,
|
||||
allowBlank: false,
|
||||
queryMode: 'local',
|
||||
emptyText: gettext('Key'),
|
||||
listeners: {
|
||||
change: 'itemChange',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user