diff --git a/frontend/src/components/ResourcesView.tsx b/frontend/src/components/ResourcesView.tsx index 65c66e8e..dea679ba 100644 --- a/frontend/src/components/ResourcesView.tsx +++ b/frontend/src/components/ResourcesView.tsx @@ -721,6 +721,7 @@ export default function ResourcesView() { })); }} title="View completed vulnerability scans and compare them" + aria-label="Open scan history" > Scan history diff --git a/frontend/src/components/ScanComparisonSheet.tsx b/frontend/src/components/ScanComparisonSheet.tsx index 7b644af1..46c8483f 100644 --- a/frontend/src/components/ScanComparisonSheet.tsx +++ b/frontend/src/components/ScanComparisonSheet.tsx @@ -251,17 +251,21 @@ export function ScanComparisonSheet({ {crossImage ? 'Shared' : 'Unchanged'} ({data.unchanged.length}) {needsPagination && ( -
+
- + {safePage + 1} / {totalPages} diff --git a/frontend/src/components/SecurityHistoryView.tsx b/frontend/src/components/SecurityHistoryView.tsx index 055ac0ff..70fe81e6 100644 --- a/frontend/src/components/SecurityHistoryView.tsx +++ b/frontend/src/components/SecurityHistoryView.tsx @@ -192,17 +192,21 @@ export function SecurityHistoryView() { />
{needsPagination && ( -
+
- + {safePage + 1} / {totalPages}