Skip to content

Commit

Permalink
chore: add mirage fixture (#16572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiWithJai committed Mar 21, 2023
1 parent c3868db commit ab5c45d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/mirage/scenarios/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ function smallCluster(server) {
}
}
}`,
Variables: {
datacenters: ['west'],
external_port: 4000,
},
},
});
server.createList('allocFile', 5);
Expand Down

0 comments on commit ab5c45d

Please sign in to comment.