mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
ui: acme plugin field generator: support emptyText
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9e3e431034
commit
2fb0b2fe3e
@ -77,6 +77,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', {
|
|||||||
fieldLabel: name,
|
fieldLabel: name,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
labelWidth: 120,
|
labelWidth: 120,
|
||||||
|
emptyText: definition.default || '',
|
||||||
autoEl: definition.description ? {
|
autoEl: definition.description ? {
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
'data-qtip': definition.description,
|
'data-qtip': definition.description,
|
||||||
|
Loading…
Reference in New Issue
Block a user