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

@@ -2,13 +2,13 @@ import {ZabbixAPIDatasource} from './datasource';
import {ZabbixQueryController} from './query.controller';
class ZabbixConfigController {}
ZabbixConfigController.templateUrl = 'partials/config.html';
ZabbixConfigController.templateUrl = 'datasource-zabbix/partials/config.html';
class ZabbixQueryOptionsController {}
ZabbixQueryOptionsController.templateUrl = 'partials/query.options.html';
ZabbixQueryOptionsController.templateUrl = 'datasource-zabbix/partials/query.options.html';
class ZabbixAnnotationsQueryController {}
ZabbixAnnotationsQueryController.templateUrl = 'partials/annotations.editor.html';
ZabbixAnnotationsQueryController.templateUrl = 'datasource-zabbix/partials/annotations.editor.html';
export {
ZabbixAPIDatasource as Datasource,