mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: remove (preview) tag from application (#77054)
remove (preview) from Application
This commit is contained in:
parent
1ff3bd5eee
commit
cf085480fa
@ -254,7 +254,7 @@ func (s *ServiceImpl) hasAccessToInclude(c *contextmodel.ReqContext, pluginID st
|
|||||||
func (s *ServiceImpl) readNavigationSettings() {
|
func (s *ServiceImpl) readNavigationSettings() {
|
||||||
s.navigationAppConfig = map[string]NavigationAppConfig{
|
s.navigationAppConfig = map[string]NavigationAppConfig{
|
||||||
"grafana-k8s-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 1, Text: "Kubernetes"},
|
"grafana-k8s-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 1, Text: "Kubernetes"},
|
||||||
"grafana-app-observability-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 2, Text: "Application (preview)"},
|
"grafana-app-observability-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 2, Text: "Application"},
|
||||||
"grafana-pyroscope-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 3, Text: "Profiles"},
|
"grafana-pyroscope-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 3, Text: "Profiles"},
|
||||||
"grafana-kowalski-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 4, Text: "Frontend"},
|
"grafana-kowalski-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 4, Text: "Frontend"},
|
||||||
"grafana-synthetic-monitoring-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 5, Text: "Synthetics"},
|
"grafana-synthetic-monitoring-app": {SectionID: navtree.NavIDMonitoring, SortWeight: 5, Text: "Synthetics"},
|
||||||
|
@ -135,7 +135,7 @@ export function getNavTitle(navId: string | undefined) {
|
|||||||
case 'plugin-page-grafana-k8s-app':
|
case 'plugin-page-grafana-k8s-app':
|
||||||
return t('nav.kubernetes.title', 'Kubernetes');
|
return t('nav.kubernetes.title', 'Kubernetes');
|
||||||
case 'plugin-page-grafana-app-observability-app':
|
case 'plugin-page-grafana-app-observability-app':
|
||||||
return t('nav.application.title', 'Application (preview)');
|
return t('nav.application.title', 'Application');
|
||||||
case 'plugin-page-grafana-pyroscope-app':
|
case 'plugin-page-grafana-pyroscope-app':
|
||||||
return t('nav.profiles.title', 'Profiles');
|
return t('nav.profiles.title', 'Profiles');
|
||||||
case 'plugin-page-grafana-kowalski-app':
|
case 'plugin-page-grafana-kowalski-app':
|
||||||
|
@ -632,7 +632,7 @@
|
|||||||
"title": "API keys"
|
"title": "API keys"
|
||||||
},
|
},
|
||||||
"application": {
|
"application": {
|
||||||
"title": "Application (preview)"
|
"title": "Application"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"subtitle": "App plugins that extend the Grafana experience",
|
"subtitle": "App plugins that extend the Grafana experience",
|
||||||
|
@ -632,7 +632,7 @@
|
|||||||
"title": "ÅPĨ ĸęyş"
|
"title": "ÅPĨ ĸęyş"
|
||||||
},
|
},
|
||||||
"application": {
|
"application": {
|
||||||
"title": "Åppľįčäŧįőʼn (přęvįęŵ)"
|
"title": "Åppľįčäŧįőʼn"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"subtitle": "Åpp pľūģįʼnş ŧĥäŧ ęχŧęʼnđ ŧĥę Ğřäƒäʼnä ęχpęřįęʼnčę",
|
"subtitle": "Åpp pľūģįʼnş ŧĥäŧ ęχŧęʼnđ ŧĥę Ğřäƒäʼnä ęχpęřįęʼnčę",
|
||||||
|
Loading…
Reference in New Issue
Block a user