|
@@ -9,7 +9,7 @@ import { DatasourceVariable } from './datasource_variable';
|
|
|
import { CustomVariable } from './custom_variable';
|
|
import { CustomVariable } from './custom_variable';
|
|
|
import { ConstantVariable } from './constant_variable';
|
|
import { ConstantVariable } from './constant_variable';
|
|
|
import { AdhocVariable } from './adhoc_variable';
|
|
import { AdhocVariable } from './adhoc_variable';
|
|
|
-import { TextVariable } from './text_variable';
|
|
|
|
|
|
|
+import { TextBoxVariable } from './TextBoxVariable';
|
|
|
|
|
|
|
|
coreModule.factory('templateSrv', () => {
|
|
coreModule.factory('templateSrv', () => {
|
|
|
return templateSrv;
|
|
return templateSrv;
|
|
@@ -23,5 +23,5 @@ export {
|
|
|
CustomVariable,
|
|
CustomVariable,
|
|
|
ConstantVariable,
|
|
ConstantVariable,
|
|
|
AdhocVariable,
|
|
AdhocVariable,
|
|
|
- TextVariable
|
|
|
|
|
|
|
+ TextBoxVariable,
|
|
|
};
|
|
};
|