Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix storybook
  • Loading branch information
BrunoQuaresma committed May 14, 2025
commit 99df7a431194b9e484d0ddae49e1f65edfa073db
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ export const Logs: Story = {
...MockTemplateVersion.job,
status: "running",
},
matched_provisioners: {
count: 1,
available: 1,
},
},
},
decorators: [withWebSocket],
Expand Down
Loading