luci-app-squid: Fix wrong `ssldb` option
authorPatrick Li <[email protected]>
Sat, 1 Mar 2025 01:12:23 +0000 (14:12 +1300)
committerHannu Nyman <[email protected]>
Sat, 1 Mar 2025 06:14:23 +0000 (08:14 +0200)
The `ssl_db` option should be `ssldb`.

Signed-off-by: Patrick Li <[email protected]>
applications/luci-app-squid/htdocs/luci-static/resources/view/squid.js

index e37e669ec5f6c2910f7e49015a68a9b35a1156d8..56a2bee6caea0fabe9c5c9130b25f627978835f7 100644 (file)
@@ -71,7 +71,7 @@ return view.extend({
                o.datatype = 'string';
                o.optional = true;
 
-               o = s.taboption('general', form.Value, 'ssl_db', _('SSL DB'));
+               o = s.taboption('general', form.Value, 'ssldb', _('SSL DB'));
                o.datatype = 'string';
                o.optional = true;