mirror of https://github.com/apache/cloudstack.git
remove duplicate endipv6 item in shared network (#5537)
This commit is contained in:
parent
d08e2bcf3a
commit
75922bb727
|
|
@ -320,12 +320,6 @@
|
|||
v-decorator="['routeripv6', {}]"
|
||||
:placeholder="this.$t('label.routeripv6')"/>
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<tooltip-label slot="label" :title="$t('label.endipv6')" :tooltip="apiParams.endipv6.description"/>
|
||||
<a-input
|
||||
v-decorator="['endipv6', {}]"
|
||||
:placeholder="this.$t('label.endipv6')"/>
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<tooltip-label slot="label" :title="$t('label.networkdomain')" :tooltip="apiParams.networkdomain.description"/>
|
||||
<a-input
|
||||
|
|
|
|||
Loading…
Reference in New Issue