Datasource: Support min time interval input in ms (#18719)

* Support min time interval input in ms in SQL datasource settings

* Enable ms in elastic min time interval setup
This commit is contained in:
Dominik Prokop
2019-08-29 09:36:10 +02:00
committed by GitHub
parent 5ca643f2ba
commit 90508cdbf2
4 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@
ng-model="ctrl.current.jsonData.timeInterval"
spellcheck='false'
placeholder="1m"
ng-pattern="/^\d+[Mwdhmsy]$/"
ng-pattern="/^\d+(ms|[Mwdhmsy])$/"
></input>
<info-popover mode="right-absolute">
A lower limit for the auto group by time interval. Recommended to be set to write frequency,