luci-app-nlbwmon: the default CSV delimiter should be a comma
Suggested-by: Ameer Dawood <ameer1234567890@gmail.com> [slightly reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
b3642f4762
commit
15fc6bf48d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function action_data()
|
|||
|
||||
local args = { }
|
||||
local mtype = http.formvalue("type") or "json"
|
||||
local delim = http.formvalue("delim") or ";"
|
||||
local delim = http.formvalue("delim") or ","
|
||||
local period = http.formvalue("period")
|
||||
local group_by = http.formvalue("group_by")
|
||||
local order_by = http.formvalue("order_by")
|
||||
|
|
Loading…
Reference in a new issue