ui: acme plugin field generator: support emptyText

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-05 19:27:14 +02:00
parent 9e3e431034
commit 2fb0b2fe3e

View File

@ -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,