mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CommandPalette: Minor usability improvements (#61567)
This commit is contained in:
@@ -36,7 +36,7 @@ export async function getRecentDashboardActions(): Promise<CommandPaletteAction[
|
||||
return {
|
||||
id: `recent-dashboards/${url}`,
|
||||
name: `${name}`,
|
||||
section: t('command-palette.section.recent-dashboards', 'Recently viewed dashboards'),
|
||||
section: t('command-palette.section.recent-dashboards', 'Recent dashboards'),
|
||||
priority: RECENT_DASHBOARDS_PRORITY,
|
||||
perform: () => {
|
||||
locationService.push(locationUtil.stripBaseFromUrl(url));
|
||||
|
||||
Reference in New Issue
Block a user