|
|
|
@ -87,42 +87,13 @@ |
|
|
|
|
<li> |
|
|
|
|
<influx-query-part-editor part="part" class="tight-form-item tight-form-func"></influx-query-part-editor> |
|
|
|
|
</li> |
|
|
|
|
<!-- <li class="dropdown" ng-if="groupBy.type === 'time'"> --> |
|
|
|
|
<!-- <a class="tight-form-item pointer" data-toggle="dropdown" bs-tooltip="'Insert missing values, important when stacking'" data-placement="right"> --> |
|
|
|
|
<!-- <span ng-show="target.fill"> --> |
|
|
|
|
<!-- fill ({{target.fill}}) --> |
|
|
|
|
<!-- </span> --> |
|
|
|
|
<!-- <span ng-show="!target.fill"> --> |
|
|
|
|
<!-- no fill --> |
|
|
|
|
<!-- </span> --> |
|
|
|
|
<!-- </a> --> |
|
|
|
|
<!-- <ul class="dropdown-menu"> --> |
|
|
|
|
<!-- <li><a ng-click="setFill('')">no fill</a></li> --> |
|
|
|
|
<!-- <li><a ng-click="setFill('0')">fill (0)</a></li> --> |
|
|
|
|
<!-- <li><a ng-click="setFill('null')">fill (null)</a></li> --> |
|
|
|
|
<!-- <li><a ng-click="setFill('none')">fill (none)</a></li> --> |
|
|
|
|
<!-- <li><a ng-click="setFill('previous')">fill (previous)</a></li> --> |
|
|
|
|
<!-- </ul> --> |
|
|
|
|
<!-- </li> --> |
|
|
|
|
<!-- <li ng-if="groupBy.type === 'tag'"> --> |
|
|
|
|
<!-- <metric-segment-model property="groupBy.key" get-options="getTagOptions()" on-change="get_data()"></metric-segment> --> |
|
|
|
|
<!-- </li> --> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<ul class="tight-form-list pull-right"> |
|
|
|
|
<li class="tight-form-item last" ng-show="$index === 0"> |
|
|
|
|
<a class="pointer" ng-click="addGroupBy()"><i class="fa fa-plus"></i></a> |
|
|
|
|
</li> |
|
|
|
|
<li class="tight-form-item last" ng-show="$index > 0"> |
|
|
|
|
<a class="pointer" ng-click="removeGroupBy($index)"><i class="fa fa-minus"></i></a> |
|
|
|
|
<li class="dropdown" dropdown-typeahead="groupByMenu" dropdown-typeahead-on-select="groupByMenuAction(parts, $item, $subItem)"> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="clearfix"></div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="tight-form"> |
|
|
|
|
<ul class="tight-form-list"> |
|
|
|
|
<li class="tight-form-item query-keyword tight-form-align" style="width: 75px;"> |
|
|
|
|