Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing monitoring #5139

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions app/instance-initializers/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ const rootNav = [
resource: [],
resourceScope: 'global',
submenu: [
{
id: 'tools-alerts',
localizedLabel: 'nav.tools.alerts',
route: 'authenticated.project.alert',
resource: [],
ctx: [getProjectId],
resourceScope: 'global',
},
{
id: 'manage-catalogs',
localizedLabel: 'nav.tools.catalogs',
Expand All @@ -106,14 +98,6 @@ const rootNav = [
resource: ['catalog', 'project-catalog'],
resourceScope: 'global',
},
{
id: 'tools-monitoring',
localizedLabel: 'nav.tools.monitoring',
route: 'authenticated.project.monitoring.project-setting',
resourceScope: 'global',
resource: [],
ctx: [getProjectId],
},
{
id: 'tools-pipeline',
localizedLabel: 'nav.tools.pipeline',
Expand Down Expand Up @@ -197,14 +181,6 @@ const rootNav = [
resource: [],
resourceScope: 'global',
submenu: [
{
id: 'cluster-tools-alert',
localizedLabel: 'nav.tools.alerts',
route: 'authenticated.cluster.alert',
resourceScope: 'global',
resource: [],
ctx: [getClusterId],
},
{
id: 'cluster-tools-backups',
localizedLabel: 'nav.tools.backups',
Expand All @@ -225,25 +201,6 @@ const rootNav = [
resource: ['catalog', 'cluster-catalog'],
resourceScope: 'global',
},
{
id: 'cluster-tools-notifiers',
localizedLabel: 'nav.tools.notifiers',
route: 'authenticated.cluster.notifier',
resourceScope: 'global',
resource: [],
ctx: [getClusterId],
},
{
id: 'cluster-tools-monitoring',
localizedLabel: 'nav.tools.monitoring',
route: 'authenticated.cluster.monitoring.cluster-setting',
resourceScope: 'global',
resource: [],
ctx: [getClusterId],
condition() {
return get(this, 'cluster.isActive')
},
},
{ divider: true },
{
id: 'cluster-tools-backup',
Expand Down
4 changes: 0 additions & 4 deletions translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10458,12 +10458,8 @@ nav:
tab: Settings
advanced: Advanced
tools:
alerts: Alerts
backups: Snapshots
catalogs: Catalogs
logging: Logging
monitoring: Monitoring
notifiers: Notifiers
pipeline: Pipeline
tab: Tools
istio: Istio
Expand Down
Loading