mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
add tests for query generation
This commit is contained in:
@ -299,7 +299,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
|
||||
getWhereOptions() {
|
||||
var options = [];
|
||||
options.push(this.uiSegmentSrv.newSegment({ type: 'macro', value: '$__timeFilter' }));
|
||||
options.push(this.uiSegmentSrv.newSegment({ type: 'macro', value: '$__unixEpochFilter' }));
|
||||
// options.push(this.uiSegmentSrv.newSegment({ type: 'macro', value: '$__unixEpochFilter' }));
|
||||
options.push(this.uiSegmentSrv.newSegment({ type: 'expression', value: 'Expression' }));
|
||||
return this.$q.when(options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user