luci-app-openvpn: fix whitespaces in openvpn-basic
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
562ae5f0e5
commit
95f02e9d84
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
local fs = require("nixio.fs")
|
local fs = require("nixio.fs")
|
||||||
|
|
||||||
local basicParams = {
|
local basicParams = {
|
||||||
--
|
--
|
||||||
-- Widget, Name, Default(s), Description
|
-- Widget, Name, Default(s), Description
|
||||||
--
|
--
|
||||||
{ ListValue, "verb", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }, translate("Set output verbosity") },
|
{ 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[1], option[2],
|
||||||
option[2], option[4]
|
option[2], option[4]
|
||||||
)
|
)
|
||||||
|
|
||||||
o.optional = true
|
o.optional = true
|
||||||
|
|
||||||
if option[1] == DummyValue then
|
if option[1] == DummyValue then
|
||||||
|
|
Loading…
Reference in a new issue