ui: fix update network update in sequence param (#6675)

Fixes wrong param used in the update network form
This commit is contained in:
Abhishek Kumar 2022-08-26 14:21:13 +05:30 committed by GitHub
parent 7ddebd3b2c
commit 7115e35965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,11 +95,11 @@
:placeholder="apiParams.networkdomain.description"
autoFocus />
</a-form-item>
<a-form-item name="maclearning" ref="maclearning" v-if="resource.redundantrouter">
<a-form-item name="updateinsequence" ref="updateinsequence" v-if="resource.redundantrouter">
<template #label>
<tooltip-label :title="$t('label.updateinsequence')" :tooltip="apiParams.updateinsequence.description"/>
</template>
<a-switch v-model:checked="form.maclearning" />
<a-switch v-model:checked="form.updateinsequence" />
</a-form-item>
<a-form-item name="displaynetwork" ref="displaynetwork" v-if="isAdmin()">
<template #label>