2016-02-02 08:15:20 -06:00
|
|
|
|
2016-04-17 11:14:25 -05:00
|
|
|
<div class="query-editor-rows gf-form-group">
|
2016-04-17 16:17:30 -05:00
|
|
|
<div ng-repeat="target in ctrl.panel.targets" ng-class="{'gf-form-disabled': target.hide}">
|
2016-04-17 11:14:25 -05: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 14:49:30 -05:00
|
|
|
</div>
|
2014-03-02 03:41:16 -06:00
|
|
|
|
2016-04-17 11:14:25 -05:00
|
|
|
<metrics-ds-selector panel-ctrl="ctrl"></metrics-ds-selector>
|
2014-03-02 03:41:16 -06:00
|
|
|
|
2016-04-17 11:14:25 -05: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 03:41:16 -06:00
|
|
|
</div>
|
2016-04-17 11:14:25 -05:00
|
|
|
|