Added initial metric functions directives based on graphite query

editor.
This commit is contained in:
Alexander Zobnin
2016-01-26 21:51:12 +03:00
parent 38f8e04d22
commit fcf0bdfaca
6 changed files with 597 additions and 19 deletions

View File

@@ -9,7 +9,9 @@ define([
'./helperFunctions',
'./dataProcessingService',
'./zabbixCache',
'./queryCtrl'
'./queryCtrl',
'./addMetricFunction',
'./metricFunctionEditor'
],
function (angular, _, dateMath, utils) {
'use strict';