feat: toggle off infra monitoring (#6787)

This commit is contained in:
Amlan Kumar Nandy 2025-01-09 19:55:08 +05:30 committed by GitHub
parent 2ead4fbb66
commit f91badbce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@ import { TabRoutes } from 'components/RouteTab/types';
import history from 'lib/history';
import { useLocation } from 'react-use';
import { Hosts, Kubernetes } from './constants';
import { Hosts } from './constants';
export default function InfrastructureMonitoringPage(): JSX.Element {
const { pathname } = useLocation();
const routes: TabRoutes[] = [Hosts, Kubernetes];
const routes: TabRoutes[] = [Hosts];
return (
<div className="infra-monitoring-module-container">