shwstppr commented on a change in pull request #5786:
URL: https://github.com/apache/cloudstack/pull/5786#discussion_r829101094
##########
File path: ui/src/views/infra/network/IpRangesTabPublic.vue
##########
@@ -174,6 +186,19 @@
class="form"
>
+ <a-form-item name="iptype" ref="iptype"
:label="$t('label.ip.range.type')" class="form__item">
+ <a-radio-group
+ v-model:value="form.iptype"
+ buttonStyle="solid"
+ @change="selected => { addFormIpType = selected.target.value }">
+ <a-radio-button value="">
+ {{ $t('label.ip.v4') }}
Review comment:
@weizhouapache should be fixed in the
https://github.com/apache/cloudstack/pull/5786/commits/5b4b41af3bf2e4152b091e164e943fe72b16e471
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]