]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ui: acme plugin field generator: support emptyText
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 May 2020 17:27:14 +0000 (19:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 May 2020 17:27:14 +0000 (19:27 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/ACMEPluginEdit.js

index 24c4d4078efcf659b152031ab3469eff6edf6465..37314db1680fb4d1b752d311c01d3c8ff9830bb9 100644 (file)
@@ -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,