diff options
Diffstat (limited to 'applications/luci-app-acme/htdocs/luci-static/resources/view')
-rw-r--r-- | applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 8f3c808b11..3f7dda3ae8 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -63,6 +63,7 @@ return view.extend({ o.value("ec-384", _("ECC 384 bits")); o.default = "2048"; o.rmempty = false; + o.modalonly = true; o = s.taboption('general', form.DynamicList, "domains", _("Domain names"), _("Domain names to include in the certificate. " + @@ -154,6 +155,7 @@ return view.extend({ o.optional = true; o.placeholder = 90; o.datatype = 'uinteger'; + o.modalonly = true; return m.render() } |