From 35cfeaa52d6e274bad39c541474c26f7842d15d4 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 1 Jun 2024 17:42:13 +0300 Subject: [PATCH] luci-app-acme: option acme_server: add "See more" link Signed-off-by: Sergey Ponomarev --- .../luci-app-acme/htdocs/luci-static/resources/view/acme.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 e9362e0aaa..8ceaf417f5 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 @@ -216,7 +216,9 @@ return view.extend({ }; o = s.taboption('advanced', form.Value, "acme_server", _("ACME server URL"), - _('Use a custom CA instead of Let\'s Encrypt.') + ' ' + _('Custom ACME server directory URL.')); + _('Use a custom CA instead of Let\'s Encrypt.') + ' ' + _('Custom ACME server directory URL.') + '
' + + '' + _('See more') + '' + ); o.depends("staging", "0"); o.placeholder = "https://api.buypass.com/acme/directory"; o.optional = true; -- 2.30.2