On Thu, Dec 18, 2014, at 11:52 PM, Richard Verbrugge wrote:
> I tried to add the following into genieacs-gui/config/graph.json.erb right
> below the original content:
Appending to it makes it invalid JSON which is why you're getting
parsing errors. You need to add it inside the main hash:
{
"online_devices" : {
"all_devices" : [...]
}
"bandwidth" : {
"all_areas" : [...],
"area1" : [...],
"area2" : [...]
}
}
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users