mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
Remove useless template tags
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
5f3e367aad
commit
1dfc964e54
@ -59,28 +59,26 @@ export default {
|
|||||||
|
|
||||||
<div class="row" @update:value="update">
|
<div class="row" @update:value="update">
|
||||||
<div class="col span-12">
|
<div class="col span-12">
|
||||||
<template>
|
<LabeledInput
|
||||||
<LabeledInput
|
v-model:value="parseDefaultValue.httpProxy"
|
||||||
v-model:value="parseDefaultValue.httpProxy"
|
class="mb-20"
|
||||||
class="mb-20"
|
:mode="mode"
|
||||||
:mode="mode"
|
label="http-proxy"
|
||||||
label="http-proxy"
|
/>
|
||||||
/>
|
|
||||||
|
|
||||||
<LabeledInput
|
<LabeledInput
|
||||||
v-model:value="parseDefaultValue.httpsProxy"
|
v-model:value="parseDefaultValue.httpsProxy"
|
||||||
class="mb-20"
|
class="mb-20"
|
||||||
:mode="mode"
|
:mode="mode"
|
||||||
label="https-proxy"
|
label="https-proxy"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<LabeledInput
|
<LabeledInput
|
||||||
v-model:value="parseDefaultValue.noProxy"
|
v-model:value="parseDefaultValue.noProxy"
|
||||||
class="mb-20"
|
class="mb-20"
|
||||||
:mode="mode"
|
:mode="mode"
|
||||||
label="no-proxy"
|
label="no-proxy"
|
||||||
/>
|
/>
|
||||||
</template>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -58,16 +58,14 @@ export default {
|
|||||||
<template>
|
<template>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col span-12">
|
<div class="col span-12">
|
||||||
<template>
|
<ArrayList
|
||||||
<ArrayList
|
v-model:value="parseDefaultValue.ntpServers"
|
||||||
v-model:value="parseDefaultValue.ntpServers"
|
:title="t('harvester.host.ntp.label')"
|
||||||
:title="t('harvester.host.ntp.label')"
|
:protip="t('harvester.host.ntp.tips')"
|
||||||
:protip="t('harvester.host.ntp.tips')"
|
:value-placeholder="t('harvester.host.ntp.placeholder')"
|
||||||
:value-placeholder="t('harvester.host.ntp.placeholder')"
|
:mode="mode"
|
||||||
:mode="mode"
|
@update:value="update"
|
||||||
@update:value="update"
|
/>
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user