Skip to content

Commit

Permalink
feat: toggle off infra monitoring (#6787)
Browse files Browse the repository at this point in the history
  • Loading branch information
amlannandy authored Jan 9, 2025
1 parent 2ead4fb commit f91badb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit f91badb

Please sign in to comment.