Fixed templates paths.

This commit is contained in:
Alexander Zobnin
2016-03-29 10:04:13 +03:00
parent 6f2db1c2fb
commit 99e6a9ba6c
6 changed files with 11 additions and 11 deletions

View File

@@ -270,7 +270,7 @@ export class ZabbixQueryController extends QueryCtrl {
}
// Set templateUrl as static property
ZabbixQueryController.templateUrl = 'partials/query.editor.html';
ZabbixQueryController.templateUrl = 'datasource-zabbix/partials/query.editor.html';
// Get list of metric names for bs-typeahead directive
function getMetricNames(scope, metricList) {