Remove useless template tags

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-10-28 18:38:35 +01:00
parent 5f3e367aad
commit 1dfc964e54
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 26 additions and 30 deletions

View File

@ -59,7 +59,6 @@ export default {
<div class="row" @update:value="update">
<div class="col span-12">
<template>
<LabeledInput
v-model:value="parseDefaultValue.httpProxy"
class="mb-20"
@ -80,7 +79,6 @@ export default {
:mode="mode"
label="no-proxy"
/>
</template>
</div>
</div>
</div>

View File

@ -58,7 +58,6 @@ export default {
<template>
<div class="row">
<div class="col span-12">
<template>
<ArrayList
v-model:value="parseDefaultValue.ntpServers"
:title="t('harvester.host.ntp.label')"
@ -67,7 +66,6 @@ export default {
:mode="mode"
@update:value="update"
/>
</template>
</div>
</div>
</template>