mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
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 = '';
|