diff --git a/graylog2-web-interface/src/components/datanode/DataNodesPageNavigation.tsx b/graylog2-web-interface/src/components/datanode/DataNodesPageNavigation.tsx index 82f0293462ccc..875b0661fa5ac 100644 --- a/graylog2-web-interface/src/components/datanode/DataNodesPageNavigation.tsx +++ b/graylog2-web-interface/src/components/datanode/DataNodesPageNavigation.tsx @@ -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 = () => (