Browse Source

fix(influxdb): Fixed issue with missing plus group by icon, fixes #4862

Torkel Ödegaard 9 years ago
parent
commit
736ee3ffff

+ 1 - 0
CHANGELOG.md

@@ -5,6 +5,7 @@
 * **Annotations**: Fixed issue with entering annotation edit view, fixes [#4857](https://github.com/grafana/grafana/issues/4857)
 * **Annotations**: Fixed issue with entering annotation edit view, fixes [#4857](https://github.com/grafana/grafana/issues/4857)
 * **Remove query**: Fixed issue with removing query for data sources without collapsable query editors, fixes [#4856](https://github.com/grafana/grafana/issues/4856)
 * **Remove query**: Fixed issue with removing query for data sources without collapsable query editors, fixes [#4856](https://github.com/grafana/grafana/issues/4856)
 * **Graphite PNG*: Fixed issue graphite png rendering option, fixes [#4864](https://github.com/grafana/grafana/issues/4864)
 * **Graphite PNG*: Fixed issue graphite png rendering option, fixes [#4864](https://github.com/grafana/grafana/issues/4864)
+* **InfluxDB**: Fixed issue missing plus group by iconn, fixes [#4862](https://github.com/grafana/grafana/issues/4862)
 
 
 # 3.0.0-beta6 (2016-04-29)
 # 3.0.0-beta6 (2016-04-29)
 
 

+ 4 - 0
public/app/plugins/datasource/influxdb/partials/query.editor.html

@@ -70,6 +70,10 @@
 				</influx-query-part-editor>
 				</influx-query-part-editor>
 			</div>
 			</div>
 
 
+			<div class="gf-form">
+				<metric-segment segment="ctrl.groupBySegment" get-options="ctrl.getGroupByOptions()" on-change="ctrl.groupByAction(part, $index)"></metric-segment>
+			</div>
+
 			<div class="gf-form gf-form--grow">
 			<div class="gf-form gf-form--grow">
 				<div class="gf-form-label gf-form-label--grow"></div>
 				<div class="gf-form-label gf-form-label--grow"></div>
 			</div>
 			</div>