grafana / kairosdb-datasource

Data source plugin for KairosDB
Apache License 2.0
30 stars 62 forks source link

update the templateurl to match the registered route grafana has for … #11

Closed justmedude closed 8 years ago

justmedude commented 8 years ago

When grafana registers the plugin route, it will do so with: Plugins: Adding route /public/plugins/grafana-kairosdb-datasource -> /var/lib/grafana/plugins/datasource-plugin-kairosdb

However, the string value for templateURL sends requests to a route of /public/plugins/kairosdb. This pull fixes the templateURL to match the actual route.