mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
Repair frontend contract drift blocking rc.1 push
This commit is contained in:
parent
c8e89d5040
commit
db8db90e1c
89 changed files with 459 additions and 280 deletions
|
|
@ -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',
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue