mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
* Move quick actions to top level * Change quick action verb to "Create" * create to 'new' * fix comment * update translations * undo changing alerting
6 lines
286 B
TypeScript
6 lines
286 B
TypeScript
export const RECENT_DASHBOARDS_PRORITY = 5;
|
|
export const ACTIONS_PRIORITY = 4;
|
|
export const DEFAULT_PRIORITY = 3;
|
|
export const PREFERENCES_PRIORITY = 2;
|
|
export const SEARCH_RESULTS_PRORITY = 1; // Dynamic actions should be below static ones so the list doesn't 'jump' when they come in
|