minor ui fixes

This commit is contained in:
Mikaël Cluseau 2024-04-19 15:16:31 +02:00
parent bb7c3835bc
commit e0f755ec42
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@
<template v-for="k,i in state.Store.KeyNames">{{i?", ":""}}<code @click="forms.delKey.name=k">{{k}}</code></template>.</p> <template v-for="k,i in state.Store.KeyNames">{{i?", ":""}}<code @click="forms.delKey.name=k">{{k}}</code></template>.</p>
</form> </form>
<template v-if="state.HostTemplates"> <template v-if="state.HostTemplates && state.HostTemplates.length">
<h3>Hosts from template</h3> <h3>Hosts from template</h3>
<form @submit="hostFromTemplateAdd" action=""> <form @submit="hostFromTemplateAdd" action="">
<p>Add a host from template instance:</p> <p>Add a host from template instance:</p>

View File

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

View File

@ -14,7 +14,7 @@ html/**/* {
dist/dkl-local-server { dist/dkl-local-server {
prep: mkdir -p tmp prep: mkdir -p tmp
#daemon +sigterm: dist/dkl-local-server -data tmp -auto-unlock test daemon +sigterm: dist/dkl-local-server -data tmp -auto-unlock test
} }
dist/dkl-dir2config { dist/dkl-dir2config {