utchoang commented on a change in pull request #5620:
URL: https://github.com/apache/cloudstack/pull/5620#discussion_r752906493
##########
File path: ui/src/views/infra/network/providers/AddSrxFirewall.vue
##########
@@ -25,8 +25,9 @@
<a-col :md="24" :lg="24">
<a-form-item :label="$t('label.ip')">
<a-input
+ :placeholder="apiParams.url.description"
autoFocus
- v-decorator="['ip', {
+ v-decorator="['url', {
Review comment:
@davidjumani If you change it like this, the current handleSubmit()
function is still using `values.ip`?
--
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]