Navigation: Remove "preview" from Pyroscope Profiles nav item (#73070)

* Pyroscope: Mark profiles as GA (removes "preview")

* update
This commit is contained in:
Dmitry Filimonov
2023-08-16 01:38:26 -07:00
committed by GitHub
parent d7166f5f96
commit d935e6ff57
4 changed files with 4 additions and 4 deletions

View File

@@ -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"},

View File

@@ -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':

View File

@@ -454,7 +454,7 @@
"title": "Profile"
},
"profiles": {
"title": "Profiles (preview)"
"title": "Profiles"
},
"public": {
"title": "Public dashboards"

View File

@@ -454,7 +454,7 @@
"title": "Přőƒįľę"
},
"profiles": {
"title": "Přőƒįľęş (přęvįęŵ)"
"title": "Přőƒįľęş"
},
"public": {
"title": "Pūþľįč đäşĥþőäřđş"