andrijapanicsb commented on code in PR #13240:
URL: https://github.com/apache/cloudstack/pull/13240#discussion_r3302110139
##########
ui/src/views/network/CreateSharedNetworkForm.vue:
##########
@@ -344,7 +344,7 @@
</a-row>
<a-form-item v-if="isVirtualRouterForAtLeastOneService"
name="routerip" ref="routerip">
<template #label>
- <tooltip-label :title="$t('label.routerip')"
:tooltip="apiParams.routerip.description"/>
+ <tooltip-label :title="$t('label.sharedrouterip')"
:tooltip="apiParams.routerip.description"/>
Review Comment:
idea was to add prexi Public and to also separate "...for network"
(Isolated) vs "...for VPC" (VPC)
##########
ui/src/views/network/CreateSharedNetworkForm.vue:
##########
@@ -344,7 +344,7 @@
</a-row>
<a-form-item v-if="isVirtualRouterForAtLeastOneService"
name="routerip" ref="routerip">
<template #label>
- <tooltip-label :title="$t('label.routerip')"
:tooltip="apiParams.routerip.description"/>
+ <tooltip-label :title="$t('label.sharedrouterip')"
:tooltip="apiParams.routerip.description"/>
Review Comment:
idea was to add prexix Public and to also separate "...for network"
(Isolated) vs "...for VPC" (VPC)
--
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]