mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Admin: Remove navigation subheaders (#61344)
* Admin: Remove navigation subheaders * Admin: Fix tests
This commit is contained in:
@@ -71,12 +71,6 @@ export function getNavTitle(navId: string | undefined) {
|
||||
return config.featureToggles.topnav
|
||||
? t('nav.config.title', 'Administration')
|
||||
: t('nav.config.titleBeforeTopnav', 'Configuration');
|
||||
case 'admin/general':
|
||||
return t('nav.admin-general.title', 'General');
|
||||
case 'admin/plugins':
|
||||
return t('nav.admin-plugins.title', 'Plugins and data');
|
||||
case 'admin/access':
|
||||
return t('nav.admin-access.title', 'Users and access');
|
||||
case 'datasources':
|
||||
return t('nav.datasources.title', 'Data sources');
|
||||
case 'correlations':
|
||||
|
||||
Reference in New Issue
Block a user