mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #15215 from thatsparesh/13324-mssql-pass-timerange-for-template-variable-queries
mssql: pass timerange for template variable queries
This commit is contained in:
@@ -143,7 +143,7 @@ export function DashboardViewStateStub(this: any) {
|
||||
}
|
||||
|
||||
export function TimeSrvStub(this: any) {
|
||||
this.init = sinon.spy();
|
||||
this.init = () => {};
|
||||
this.time = { from: 'now-1h', to: 'now' };
|
||||
this.timeRange = function(parse) {
|
||||
if (parse === false) {
|
||||
|
||||
Reference in New Issue
Block a user