mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix update network update in sequence param (#6675)
Fixes wrong param used in the update network form
This commit is contained in:
parent
7ddebd3b2c
commit
7115e35965
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user