feat(plugins): converted graphite plugin to new format

This commit is contained in:
Torkel Ödegaard
2016-01-09 13:30:02 +01:00
parent c5635f9c89
commit f813b4c58f
4 changed files with 64 additions and 63 deletions

View File

@@ -12,6 +12,7 @@ define([
function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticResponse) {
'use strict';
/** @ngInject */
function ElasticDatasource(instanceSettings, $q, backendSrv, templateSrv, timeSrv) {
this.basicAuth = instanceSettings.basicAuth;
this.withCredentials = instanceSettings.withCredentials;