diff --git a/serviceradar-next/src/components/NodeList.jsx b/serviceradar-next/src/components/NodeList.jsx index 0aa0f77..4d600e8 100644 --- a/serviceradar-next/src/components/NodeList.jsx +++ b/serviceradar-next/src/components/NodeList.jsx @@ -178,6 +178,9 @@ function NodeList({ initialNodes = [] }) { )} + {/* Main content */} + {renderTableView()}; + {/* Pagination */} {pageCount > 1 && (