Loading flow analytics...
;
@@ -728,7 +737,21 @@ export function WorkloadFlows() {
{filteredTraffic.length} of {traffic.length} flows ยท {formatBytes(totalBytes(filteredTraffic))}
- {filteredTraffic.length ? No flows match the current filters.
}
+ {filteredTraffic.length ? (
+ <>
+
+
+ Showing {(currentPage - 1) * pageSize + 1}-{Math.min(currentPage * pageSize, filteredTraffic.length)} of {filteredTraffic.length}
+
+
+
+ Page {currentPage} / {totalPages}
+
+
+
+ >
+ ) : No flows match the current filters.
}
>