You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sh...@apache.org on 2022/08/26 08:51:22 UTC

[cloudstack] branch 4.17 updated: ui: fix update network update in sequence param (#6675)

This is an automated email from the ASF dual-hosted git repository.

shwstppr pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new 7115e35965 ui: fix update network update in sequence param (#6675)
7115e35965 is described below

commit 7115e3596575f11151caef10f3beca65c96c7229
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Fri Aug 26 14:21:13 2022 +0530

    ui: fix update network update in sequence param (#6675)
    
    Fixes wrong param used in the update network form
---
 ui/src/views/network/UpdateNetwork.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/views/network/UpdateNetwork.vue b/ui/src/views/network/UpdateNetwork.vue
index caaacf5cfe..f3e63b7344 100644
--- a/ui/src/views/network/UpdateNetwork.vue
+++ b/ui/src/views/network/UpdateNetwork.vue
@@ -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>