SLA over time (#764)

* Added "Functions" to IT Services editor panel

* Added support to IT Services graph over time
This commit is contained in:
JeferCatarina
2019-07-30 12:54:56 -03:00
committed by Alexander Zobnin
parent 15d76dc941
commit 2fac45c11b
4 changed files with 29 additions and 13 deletions

View File

@@ -201,7 +201,7 @@
</div>
<!-- Metric processing functions -->
<div class="gf-form-inline" ng-show="ctrl.target.mode == editorMode.METRICS || ctrl.target.mode == editorMode.ITEMID">
<div class="gf-form-inline" ng-show="ctrl.target.mode == editorMode.METRICS || ctrl.target.mode == editorMode.ITEMID || ctrl.target.mode == editorMode.ITSERVICE">
<div class="gf-form">
<label class="gf-form-label query-keyword width-7">Functions</label>
</div>