host from template ui

This commit is contained in:
Mikaël Cluseau
2024-04-15 16:35:53 +02:00
parent 699b8e71a6
commit 7c9334233d
5 changed files with 77 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export default {
<section>
<div><small>Cluster: {{ host.Cluster }}<template v-if="host.Template"> ({{ host.Template }})</template></small></div>
<template v-for="ip in host.IPs">
<tt>{{ ip }}</tt>
<code>{{ ip }}</code>
</template>
</section>
<div class="section">Downloads</div>