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:
5c26916
)
luci-app-cifsd: fix read_only option incorrect default value
author
Richard Yu
<redacted>
Thu, 24 Oct 2019 17:37:37 +0000
(
01:37
+0800)
committer
Richard Yu
<redacted>
Thu, 24 Oct 2019 17:37:37 +0000
(
01:37
+0800)
Signed-off-by: Richard Yu <redacted>
applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js
patch
|
blob
|
history
diff --git
a/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js
b/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js
index 7c75b85d71925085ac88b62536191a6250513ed9..77a11957f112de116002f62a82b8201efb5cd25e 100644
(file)
--- a/
applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js
+++ b/
applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js
@@
-62,7
+62,7
@@
return L.view.extend({
o = s.option(form.Flag, 'read_only', _('Read-only'));
o.enabled = 'yes';
o.disabled = 'no';
- o.default = '
yes
';
+ o.default = '
no
';
s.option(form.Flag, 'force_root', _('Force Root'));
git clone https://git.99rst.org/PROJECT