2016-02-02 16:57:05 +01:00
|
|
|
<query-editor-row ctrl="ctrl">
|
2013-12-25 16:40:49 +01:00
|
|
|
|
2016-02-02 16:57:05 +01:00
|
|
|
<li class="tight-form-flex-wrapper" ng-show="ctrl.target.textEditor">
|
|
|
|
|
<input type="text" class="tight-form-clear-input" style="width: 100%;" ng-model="ctrl.target.target" give-focus="ctrl.target.textEditor" spellcheck='false' ng-model-onblur ng-change="ctrl.targetTextChanged()"></input>
|
|
|
|
|
</li>
|
2014-09-11 09:27:49 +02:00
|
|
|
|
2016-02-02 16:57:05 +01:00
|
|
|
<li ng-hide-start="ctrl.target.textEditor"></li>
|
|
|
|
|
|
|
|
|
|
<li ng-repeat="segment in ctrl.segments" role="menuitem">
|
|
|
|
|
<metric-segment segment="segment" get-options="ctrl.getAltSegments($index)" on-change="ctrl.segmentValueChanged(segment, $index)"></metric-segment>
|
|
|
|
|
</li>
|
|
|
|
|
<li ng-repeat="func in ctrl.functions">
|
|
|
|
|
<span graphite-func-editor class="tight-form-item tight-form-func">
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="dropdown" graphite-add-func>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li ng-hide-end></li>
|
2016-02-02 16:32:36 +01:00
|
|
|
|
|
|
|
|
</query-editor-row>
|