Javascript error in Admin interface running 'SHOW CONTINUOUS QUERIES' #3820
Closed
Description
When you run SHOW CONTINUOUS QUERIES
you get a js error Uncaught TypeError: Cannot read property 'map' of undefined
https://github.com/influxdb/influxdb/blob/master/shared/admin/js/admin.js#L312
Looking at the JSON response from the server the queries are returned but js error prevents them from being displayed.
version 0.9.3