summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acme/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-acme/htdocs')
-rw-r--r--applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js5
1 files changed, 0 insertions, 5 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 b13af7e346..2023c761db 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
@@ -26,11 +26,6 @@ return view.extend({
s = m.section(form.TypedSection, "acme", _("ACME global config"));
s.anonymous = true;
- o = s.option(form.Value, "state_dir", _("State directory"),
- _("Where certs and other state files are kept."));
- o.rmempty = false;
- o.datatype = "directory";
-
o = s.option(form.Value, "account_email", _("Account email"),
_("Email address to associate with account key."))
o.rmempty = false;