Variables: breaks variable.ts into 2 separate files utils and types (#22884)

This commit is contained in:
Hugo Häggmark
2020-03-24 05:46:31 +01:00
committed by GitHub
parent 7d9b6a0dee
commit 05b6d38374
100 changed files with 352 additions and 189 deletions

View File

@@ -7,7 +7,7 @@ import { TemplateSrv } from 'app/features/templating/template_srv';
import { TimeSrv } from 'app/features/dashboard/services/TimeSrv';
//Types
import { PostgresQueryForInterpolation } from './types';
import { getSearchFilterScopedVar } from '../../../features/templating/variable';
import { getSearchFilterScopedVar } from '../../../features/templating/utils';
export class PostgresDatasource {
id: any;