grafana/public/app/features/variables/editor
Hugo Häggmark 6e3e9b7c39
Templating: fixes variables not being interpolated after dashboard refresh (#25698)
* Templating: Moves global variables from TemplateSrv to Redux

* Refactor: renamed to meta

* Tests: fixed broken tests

* Chore: reduces strict null errors

* renamed meta variabel to system variable.

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2020-06-25 07:38:55 +02:00
..
actions.ts Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
DefaultVariableQueryEditor.tsx Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
reducer.test.ts Variables: replaces UUID with name for a more performant lookup in TemplateSrv (#22858) 2020-03-23 13:45:08 +01:00
reducer.ts Variables: replaces UUID with name for a more performant lookup in TemplateSrv (#22858) 2020-03-23 13:45:08 +01:00
SelectionOptionsEditor.tsx Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
types.ts Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
VariableEditorContainer.tsx Templating: fixes variables not being interpolated after dashboard refresh (#25698) 2020-06-25 07:38:55 +02:00
VariableEditorEditor.tsx Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
VariableEditorList.tsx Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
VariableValuesPreview.tsx Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00