mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-25 07:23:45 +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({
|
me.lookup('grid').getStore().add({
|
||||||
headerName: '',
|
headerName: '',
|
||||||
headerValue: '',
|
headerValue: '',
|
||||||
emptyText: '',
|
emptyText: gettext('Value'),
|
||||||
newValue: true,
|
newValue: true,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@ -357,6 +357,7 @@ Ext.define('Proxmox.form.WebhookKeyValueList', {
|
|||||||
maskRe: me.maskRe,
|
maskRe: me.maskRe,
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
queryMode: 'local',
|
queryMode: 'local',
|
||||||
|
emptyText: gettext('Key'),
|
||||||
listeners: {
|
listeners: {
|
||||||
change: 'itemChange',
|
change: 'itemChange',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user