fixtures: Add OCI images to the mock fixtures
This adds an expired mock OCI image with an ID "0c1ec8d8-be39-47f2-9bd4-a3fff8244fce" and an expiring mock OCI image with an ID "ea23cfd6-fd8b-43ed-adfc-9f76bb8487ef".
This commit is contained in:
parent
b8372eeaf5
commit
7ec87dfa58
2 changed files with 95 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ export const OciInstance = ({ compose }: OciInstancePropTypes) => {
|
|||
<Popover
|
||||
position="bottom"
|
||||
headerContent={<div>Launch an OCI image</div>}
|
||||
minWidth="30rem"
|
||||
bodyContent={
|
||||
<>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue