Repair frontend contract drift blocking rc.1 push

This commit is contained in:
rcourtman 2026-04-09 18:47:49 +01:00
parent c8e89d5040
commit db8db90e1c
89 changed files with 459 additions and 280 deletions

View file

@ -71,7 +71,7 @@ describe('unifiedResourceTableStateModel', () => {
it('computes visible items and spacer heights from the active window', () => {
const items = buildHostTableItems(
[{ cluster: null, resources: [makeResource('a'), makeResource('b'), makeResource('c')] }],
[{ cluster: '', resources: [makeResource('a'), makeResource('b'), makeResource('c')] }],
'flat',
);