mirror of https://github.com/apache/cloudstack.git
UI: create VPC network offering with conserve mode (#10082)
This commit is contained in:
parent
14460f49e1
commit
ac19379c96
|
|
@ -452,7 +452,7 @@
|
|||
<a-form-item
|
||||
name="conservemode"
|
||||
ref="conservemode"
|
||||
v-if="(guestType === 'shared' || guestType === 'isolated') && !isVpcVirtualRouterForAtLeastOneService && !forNsx && networkmode !== 'ROUTED'">
|
||||
v-if="(guestType === 'shared' || guestType === 'isolated') && !forNsx && networkmode !== 'ROUTED'">
|
||||
<template #label>
|
||||
<tooltip-label :title="$t('label.conservemode')" :tooltip="apiParams.conservemode.description"/>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue