hide id
This commit is contained in:
parent
19fde53e18
commit
86a003fe15
@ -13,9 +13,9 @@
|
|||||||
label-class="font-weight-bold pt-0"
|
label-class="font-weight-bold pt-0"
|
||||||
class="config-group"
|
class="config-group"
|
||||||
>
|
>
|
||||||
|
<div v-for="(prop, name, idx) in configGui" :key="idx">
|
||||||
<b-form-group
|
<b-form-group
|
||||||
v-for="(prop, name, idx) in configGui"
|
v-if="idx >= 1"
|
||||||
:key="idx"
|
|
||||||
label-cols-sm="2"
|
label-cols-sm="2"
|
||||||
:label="name"
|
:label="name"
|
||||||
label-align-sm="right"
|
label-align-sm="right"
|
||||||
@ -35,6 +35,7 @@
|
|||||||
<b-form-select v-else-if="name === 'net_interface'" :id="name" v-model="configGui[name]" :options="netChoices" :value="prop" />
|
<b-form-select v-else-if="name === 'net_interface'" :id="name" v-model="configGui[name]" :options="netChoices" :value="prop" />
|
||||||
<b-form-input v-else :id="name" v-model="configGui[name]" :value="prop" />
|
<b-form-input v-else :id="name" v-model="configGui[name]" :value="prop" />
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
|
</div>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="1" style="min-width: 85px">
|
<b-col cols="1" style="min-width: 85px">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user