Skip to content

Commit

Permalink
Merge pull request #36 from rmohr/kubevirt
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Apr 13, 2022
2 parents 81499a8 + 5dd736c commit d45e14f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
<li v-if="'initramfs' in build.meta.images">
Installer Initramfs: <span v-html="getImageUrl(build, 'initramfs')"></span>
</li>
<li v-if="'kubevirt' in build.meta.images">
KubeVirt: <span v-html="getImageUrl(build, 'kubevirt')"></span>
</li>
<li v-if="'live-iso' in build.meta.images">
Live ISO: <span v-html="getImageUrl(build, 'live-iso')"></span>
</li>
Expand Down

0 comments on commit d45e14f

Please sign in to comment.