mirror of https://github.com/grafana/grafana
CommandPalette: Move quick add actions to top level (#62900)
* Move quick actions to top level * Change quick action verb to "Create" * create to 'new' * fix comment * update translations * undo changing alertingpull/63071/head
parent
8684fa75c7
commit
5564b93e2f
@ -1,4 +1,5 @@ |
||||
export const RECENT_DASHBOARDS_PRORITY = 4; |
||||
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
|
||||
|
Loading…
Reference in new issue