mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
4b4afc7b2c
* Chore: move constants to own file * Chore: moves safe* functions to grafana/data * Chore: moves safe* functions to grafana/data * Chore: adds VariableQueryEditorProps and deprecates VariableQueryProps * Chore: remove getDefaultVariableAdapters function * Chore: moves transaction status to types * Chore: fix tests that do not initialise TemplateSrv * Chore: change space when stringifying * Chore: revert safe* func move * Chore: remove circular dependency in Explore utils
6 lines
236 B
TypeScript
6 lines
236 B
TypeScript
export const NEW_VARIABLE_ID = '00000000-0000-0000-0000-000000000000';
|
|
export const ALL_VARIABLE_TEXT = 'All';
|
|
export const ALL_VARIABLE_VALUE = '$__all';
|
|
export const NONE_VARIABLE_TEXT = 'None';
|
|
export const NONE_VARIABLE_VALUE = '';
|