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:
Ameer Dawood 2018-07-24 19:06:38 +05:00 committed by Jo-Philipp Wich
parent b3642f4762
commit 15fc6bf48d

View file

@ -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")