mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Remove "preview" from Pyroscope Profiles nav item (#73070)
* Pyroscope: Mark profiles as GA (removes "preview") * update
This commit is contained in:
@@ -254,7 +254,7 @@ func (s *ServiceImpl) readNavigationSettings() {
|
||||
s.navigationAppConfig = map[string]NavigationAppConfig{
|
||||
"grafana-k8s-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 1, Text: "Kubernetes"},
|
||||
"grafana-app-observability-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 2, Text: "Application (preview)"},
|
||||
"grafana-pyroscope-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 3, Text: "Profiles (preview)"},
|
||||
"grafana-pyroscope-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 3, Text: "Profiles"},
|
||||
"grafana-kowalski-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 4, Text: "Frontend"},
|
||||
"grafana-synthetic-monitoring-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 5, Text: "Synthetics"},
|
||||
"grafana-oncall-app": {SectionID: navtree.NavIDAlertsAndIncidents, SortWeight: 1, Text: "OnCall"},
|
||||
|
||||
@@ -131,7 +131,7 @@ export function getNavTitle(navId: string | undefined) {
|
||||
case 'plugin-page-grafana-app-observability-app':
|
||||
return t('nav.application.title', 'Application (preview)');
|
||||
case 'plugin-page-grafana-pyroscope-app':
|
||||
return t('nav.profiles.title', 'Profiles (preview)');
|
||||
return t('nav.profiles.title', 'Profiles');
|
||||
case 'plugin-page-grafana-kowalski-app':
|
||||
return t('nav.frontend.title', 'Frontend');
|
||||
case 'plugin-page-grafana-synthetic-monitoring-app':
|
||||
|
||||
@@ -454,7 +454,7 @@
|
||||
"title": "Profile"
|
||||
},
|
||||
"profiles": {
|
||||
"title": "Profiles (preview)"
|
||||
"title": "Profiles"
|
||||
},
|
||||
"public": {
|
||||
"title": "Public dashboards"
|
||||
|
||||
@@ -454,7 +454,7 @@
|
||||
"title": "Přőƒįľę"
|
||||
},
|
||||
"profiles": {
|
||||
"title": "Přőƒįľęş (přęvįęŵ)"
|
||||
"title": "Přőƒįľęş"
|
||||
},
|
||||
"public": {
|
||||
"title": "Pūþľįč đäşĥþőäřđş"
|
||||
|
||||
Reference in New Issue
Block a user