diff --git a/frontend/packages/console-app/console-extensions.json b/frontend/packages/console-app/console-extensions.json index 2d10d9881ef..69478af2673 100644 --- a/frontend/packages/console-app/console-extensions.json +++ b/frontend/packages/console-app/console-extensions.json @@ -1265,62 +1265,6 @@ }, "flags": { "required": ["CAN_LIST_CRD"] } }, - { - "type": "console.navigation/href", - "flags": { - "required": ["PROMETHEUS", "MONITORING", "CAN_GET_NS"] - }, - "properties": { - "perspective": "admin", - "section": "observe", - "id": "monitoringalerts", - "name": "%console-app~Alerting%", - "href": "/monitoring/alerts", - "startsWith": ["monitoring/alertrules", "monitoring/silences"] - } - }, - { - "type": "console.navigation/href", - "flags": { - "required": ["PROMETHEUS", "MONITORING", "CAN_GET_NS"] - }, - "properties": { - "perspective": "admin", - "section": "observe", - "id": "monitoringmetrics", - "insertAfter": "monitoringalerts", - "href": "/monitoring/query-browser", - "name": "%console-app~Metrics%" - } - }, - { - "type": "console.navigation/href", - "flags": { - "required": ["PROMETHEUS", "MONITORING", "CAN_GET_NS"] - }, - "properties": { - "perspective": "admin", - "section": "observe", - "id": "monitoringdashboards", - "insertAfter": "monitoringmetrics", - "name": "%console-app~Dashboards%", - "href": "/monitoring/dashboards" - } - }, - { - "type": "console.navigation/href", - "flags": { - "required": ["PROMETHEUS", "MONITORING", "CAN_GET_NS"] - }, - "properties": { - "perspective": "admin", - "section": "observe", - "id": "monitoringtargets", - "insertAfter": "monitoringdashboards", - "name": "%console-app~Targets%", - "href": "/monitoring/targets" - } - }, { "type": "console.dashboards/overview/health/resource", "properties": { diff --git a/frontend/packages/console-app/locales/en/console-app.json b/frontend/packages/console-app/locales/en/console-app.json index 8fdddbfb75a..124e4ec9a8c 100644 --- a/frontend/packages/console-app/locales/en/console-app.json +++ b/frontend/packages/console-app/locales/en/console-app.json @@ -86,10 +86,6 @@ "ResourceQuotas": "ResourceQuotas", "LimitRanges": "LimitRanges", "CustomResourceDefinitions": "CustomResourceDefinitions", - "Alerting": "Alerting", - "Metrics": "Metrics", - "Dashboards": "Dashboards", - "Targets": "Targets", "Dynamic Plugins": "Dynamic Plugins", "Dynamic Plugin status": "Dynamic Plugin status", "AWS CSI": "AWS CSI", diff --git a/frontend/public/components/app-contents.tsx b/frontend/public/components/app-contents.tsx index 0153c87e9a3..228c223855d 100644 --- a/frontend/public/components/app-contents.tsx +++ b/frontend/public/components/app-contents.tsx @@ -532,33 +532,6 @@ const AppContents: React.FC<{}> = () => { } /> - - import('./monitoring/alerting' /* webpackChunkName: "alerting" */).then( - (m) => m.MonitoringUI, - ) - } - /> - - import('./monitoring/alerting' /* webpackChunkName: "alerting" */).then( - (m) => m.MonitoringUI, - ) - } - /> - - import('./monitoring/alerting' /* webpackChunkName: "alerting" */).then( - (m) => m.MonitoringUI, - ) - } - /> = () => { ).then((m) => m.EditReceiver) } /> - - import('./monitoring/alerting' /* webpackChunkName: "alerting" */).then( - (m) => m.MonitoringUI, - ) - } - />