refactor PostgresQuery

This commit is contained in:
Sven Klemm
2018-07-15 09:36:49 +02:00
parent 844beb660d
commit fa66645b0f
3 changed files with 67 additions and 60 deletions

View File

@ -214,7 +214,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
}
if (config.addNone) {
segments.unshift(this.uiSegmentSrv.newSegment({ type: 'template', value: 'None', expandable: true }));
segments.unshift(this.uiSegmentSrv.newSegment({ type: 'template', value: 'none', expandable: true }));
}
return segments;