config.html change to default.

This commit is contained in:
Alexander Zobnin
2015-05-17 14:48:55 +03:00
parent 42f9141c7a
commit 6c049cc161
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ function (angular, _, kbn) {
module.factory('ZabbixAPIDatasource', function($q, backendSrv, templateSrv) {
function ZabbixAPIDatasource(datasource) {
this.name = datasource.name;
this.type = 'zabbix';
this.name = datasource.name;
this.url = datasource.url;