git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
93c56de
)
luci-app-squid: Fix wrong `ssldb` option
author
Patrick Li
<redacted>
Sat, 1 Mar 2025 01:12:23 +0000
(14:12 +1300)
committer
Hannu Nyman
<redacted>
Sat, 1 Mar 2025 06:14:23 +0000
(08:14 +0200)
The `ssl_db` option should be `ssldb`.
Signed-off-by: Patrick Li <redacted>
applications/luci-app-squid/htdocs/luci-static/resources/view/squid.js
patch
|
blob
|
history
diff --git
a/applications/luci-app-squid/htdocs/luci-static/resources/view/squid.js
b/applications/luci-app-squid/htdocs/luci-static/resources/view/squid.js
index e37e669ec5f6c2910f7e49015a68a9b35a1156d8..56a2bee6caea0fabe9c5c9130b25f627978835f7 100644
(file)
--- a/
applications/luci-app-squid/htdocs/luci-static/resources/view/squid.js
+++ b/
applications/luci-app-squid/htdocs/luci-static/resources/view/squid.js
@@
-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;
git clone https://git.99rst.org/PROJECT