luci-app-ddns: make service-specific 'cacert' optional
authorAndrey Butirsky <butirsky@gmail.com>
Thu, 20 Jun 2024 23:26:20 +0000 (02:26 +0300)
committerPaul Donald <newtwen+github@gmail.com>
Mon, 22 Jul 2024 22:43:10 +0000 (00:43 +0200)
Seems like it should be optional as we have global 'cacert' setting above

Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js

index 3234950cd073fc21892edc248b0e8e3e29df45bd..c1bb19f2a31cb4feaf627c533853407a2aaf5bb3 100644 (file)
@@ -782,6 +782,7 @@ return view.extend({
                                                o.depends("use_https", "1");
                                                o.placeholder = "/etc/ssl/certs";
                                                o.rmempty = false;
+                                               o.optional = true;
                                        };