fix(influxdb): fixed issue where Group By label was only showed on first query, fixes #3453

This commit is contained in:
Torkel Ödegaard
2015-12-08 16:40:41 +01:00
parent cdc36dd171
commit 45c69fa638
2 changed files with 2 additions and 1 deletions

View File

@@ -82,7 +82,7 @@
<div class="tight-form">
<ul class="tight-form-list">
<li class="tight-form-item query-keyword tight-form-align" style="width: 75px;">
<span ng-show="$index === 0">GROUP BY</span>
<span>GROUP BY</span>
</li>
<li ng-repeat="part in queryModel.groupByParts">
<influx-query-part-editor part="part" class="tight-form-item tight-form-func" remove-action="removeGroupByPart(part, $index)" part-updated="get_data();" get-options="getPartOptions(part)"></influx-query-part-editor>