]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: acme: call Standalone plugin type HTTP
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 May 2020 18:01:39 +0000 (20:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 May 2020 18:01:42 +0000 (20:01 +0200)
It's not 100% true, but for the user more understandable. IF we
actually change such that this detail matters we can still go for a
"Better" solution then, as it will need UI updates anyway..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/node/ACME.js

index d58e1c1aced787bf974067e083ad0bc814540120..891c633a5939ddfd26df85a03c4f57f4a13e461c 100644 (file)
@@ -248,7 +248,7 @@ Ext.define('PVE.node.ACMEDomainEdit', {
                    allowBlank: false,
                    value: 'standalone',
                    comboItems: [
-                       ['standalone', 'standalone'],
+                       ['standalone', 'HTTP'],
                        ['dns', 'DNS'],
                    ],
                    validator: function(value) {