mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 05:52:32 +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,
|
||||
width: '100%',
|
||||
labelWidth: 120,
|
||||
emptyText: definition.default || '',
|
||||
autoEl: definition.description ? {
|
||||
tag: 'div',
|
||||
'data-qtip': definition.description,
|
||||
|
Loading…
Reference in New Issue
Block a user