You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "rahulbcn27 (via GitHub)" <gi...@apache.org> on 2023/01/21 02:34:46 UTC

[GitHub] [cloudstack] rahulbcn27 commented on a diff in pull request #7112: Make display elements optional

rahulbcn27 commented on code in PR #7112:
URL: https://github.com/apache/cloudstack/pull/7112#discussion_r1083228833


##########
ui/src/views/network/CreateIsolatedNetworkForm.vue:
##########
@@ -40,7 +40,7 @@
               <tooltip-label :title="$t('label.displaytext')" :tooltip="apiParams.displaytext.description"/>
             </template>
             <a-input
-             v-model:value="form.displaytext"
+             v-model:value="form.name"

Review Comment:
   Thanks @DaanHoogland for the comment. I am implementing the change suggested by you and Rohit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org