Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gally47 committed Nov 9, 2023
1 parent 462a927 commit f935f7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import Routes from 'routing/Routes';
import { Row } from 'components/bootstrap';

const NAV_ITEMS = [
{ title: 'Overview', path: Routes.SYSTEM.DATANODES.OVERVIEW, exactPathMatch: true },
{ title: 'Monitoring & Management', path: Routes.SYSTEM.DATANODES.OVERVIEW },
{ title: 'Migrations', path: Routes.SYSTEM.DATANODES.OVERVIEW },
{ title: 'Data Nodes', path: Routes.SYSTEM.DATANODES.LIST, exactPathMatch: true },
{ title: 'Cluster', path: Routes.SYSTEM.DATANODES.CLUSTER },
{ title: 'Migration', path: Routes.SYSTEM.DATANODES.MIGRATION },
];

const DataNodesPageNavigation = () => (
Expand Down

0 comments on commit f935f7f

Please sign in to comment.