2016-02-02 15:15:20 +01:00
|
|
|
|
2017-05-19 16:00:01 +02:00
|
|
|
<metrics-ds-selector panel-ctrl="ctrl"></metrics-ds-selector>
|
|
|
|
|
2016-04-17 12:14:25 -04:00
|
|
|
<div class="query-editor-rows gf-form-group">
|
2016-04-17 17:17:30 -04:00
|
|
|
<div ng-repeat="target in ctrl.panel.targets" ng-class="{'gf-form-disabled': target.hide}">
|
2016-04-17 12:14:25 -04:00
|
|
|
<rebuild-on-change property="ctrl.panel.datasource || target.datasource" show-null="true">
|
|
|
|
<plugin-component type="query-ctrl">
|
|
|
|
</plugin-component>
|
|
|
|
</rebuild-on-change>
|
|
|
|
</div>
|
2015-08-15 21:49:30 +02:00
|
|
|
</div>
|
2014-03-02 10:41:16 +01:00
|
|
|
|
2017-05-19 16:00:01 +02:00
|
|
|
<query-troubleshooter panel-ctrl="ctrl"></query-troubleshooter>
|
2014-03-02 10:41:16 +01:00
|
|
|
|
2016-04-17 12:14:25 -04:00
|
|
|
<div class="gf-form-group">
|
|
|
|
<rebuild-on-change property="ctrl.panel.datasource" show-null="true">
|
|
|
|
<plugin-component type="query-options-ctrl">
|
|
|
|
</plugin-component>
|
|
|
|
</rebuild-on-change>
|
2014-03-02 10:41:16 +01:00
|
|
|
</div>
|
2016-04-17 12:14:25 -04:00
|
|
|
|
2017-05-05 09:16:28 +02:00
|
|
|
<div class="clearfix"></div>
|