summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nlbwmon/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-nlbwmon/luasrc')
-rw-r--r--applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua b/applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua
index 72e87e8f9..d50b77d0f 100644
--- a/applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua
+++ b/applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua
@@ -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")