File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 137137 </template >
138138 <a-switch v-model:checked =" form.haenable" />
139139 </a-form-item >
140- <a-form-item v-if =" form.haenable" >
140+ <a-form-item v-if =" form.haenable" name = " controlnodes " ref = " controlnodes " >
141141 <template #label >
142142 <tooltip-label :title =" $t('label.controlnodes')" :tooltip =" apiParams.controlnodes.description" />
143143 </template >
144144 <a-input
145145 v-model:value =" form.controlnodes"
146146 :placeholder =" apiParams.controlnodes.description" />
147147 </a-form-item >
148- <a-form-item v-if =" form.haenable" >
148+ <a-form-item v-if =" form.haenable" name = " externalloadbalanceripaddress " ref = " externalloadbalanceripaddress " >
149149 <template #label >
150150 <tooltip-label :title =" $t('label.externalloadbalanceripaddress')" :tooltip =" apiParams.externalloadbalanceripaddress.description" />
151151 </template >
You can’t perform that action at this time.
0 commit comments