From b09148a16b975f061dc6230b73790a14f6874a6e Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Fri, 21 Jun 2024 02:26:20 +0300 Subject: [PATCH] luci-app-ddns: make service-specific 'cacert' optional Seems like it should be optional as we have global 'cacert' setting above Signed-off-by: Andrey Butirsky --- .../htdocs/luci-static/resources/view/ddns/overview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js index 3234950cd0..c1bb19f2a3 100644 --- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js +++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js @@ -782,6 +782,7 @@ return view.extend({ o.depends("use_https", "1"); o.placeholder = "/etc/ssl/certs"; o.rmempty = false; + o.optional = true; }; -- 2.30.2