fix: resolve TS build errors and suppress rootless podman capability warnings

- Add Toolbar and ToolbarButton to HistoryPage imports
- Add Tooltip import and filterBar style to MapPage
- Fix JailsTab test: use new Set<string>() instead of [] for activeJails
- Add --security-opt=no-new-privileges:true to push.sh build commands
This commit is contained in:
2026-03-17 18:16:16 +01:00
parent 889976c7ee
commit 481daa4e1a
4 changed files with 15 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ describe("JailsTab", () => {
reloadAll: vi.fn(),
});
mockUseConfigActiveStatus.mockReturnValue({ activeJails: [] });
mockUseConfigActiveStatus.mockReturnValue({ activeJails: new Set<string>() });
render(
<FluentProvider theme={webLightTheme}>