forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
372 B
8 lines
372 B
export const NO_ID_SECTIONS = ['Recent', 'Starred'];
|
|
// Height of the search result item
|
|
export const SEARCH_ITEM_HEIGHT = 58;
|
|
export const SEARCH_ITEM_MARGIN = 8;
|
|
export const DEFAULT_SORT = { label: 'A\u2013Z', value: 'alpha-asc' };
|
|
export const SECTION_STORAGE_KEY = 'search.sections';
|
|
export const GENERAL_FOLDER_ID = 0;
|
|
export const GENERAL_FOLDER_TITLE = 'General';
|
|
|