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:
562ae5f
)
luci-app-openvpn: fix whitespaces in openvpn-basic
author
Florian Eckert
<redacted>
Wed, 21 Nov 2018 11:42:10 +0000
(12:42 +0100)
committer
Florian Eckert
<redacted>
Thu, 22 Nov 2018 07:18:12 +0000
(08:18 +0100)
Signed-off-by: Florian Eckert <redacted>
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua
b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua
index 47b1799918a11ec3f169ecad9e55fa9531023989..65f7adf9a9ce22ee8326b490a41c37e7c3a7b11b 100644
(file)
--- a/
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua
+++ b/
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua
@@
-4,7
+4,7
@@
local fs = require("nixio.fs")
local basicParams = {
- --
+ --
-- Widget, Name, Default(s), Description
--
{ ListValue, "verb", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }, translate("Set output verbosity") },
@@
-54,7
+54,7
@@
for _, option in ipairs(basicParams) do
option[1], option[2],
option[2], option[4]
)
-
+
o.optional = true
if option[1] == DummyValue then
git clone https://git.99rst.org/PROJECT