mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fixed L2 network creation for particular account (#7382)
This commit is contained in:
parent
fcf07f1fb4
commit
f11f1956e8
@ -164,7 +164,7 @@
|
|||||||
v-model:value="form.isolatedpvlan"
|
v-model:value="form.isolatedpvlan"
|
||||||
:placeholder="apiParams.isolatedpvlan.description"/>
|
:placeholder="apiParams.isolatedpvlan.description"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item v-if="accountVisible" name="account" ref="name">
|
<a-form-item v-if="accountVisible" name="account" ref="account">
|
||||||
<template #label>
|
<template #label>
|
||||||
<tooltip-label :title="$t('label.account')" :tooltip="apiParams.account.description"/>
|
<tooltip-label :title="$t('label.account')" :tooltip="apiParams.account.description"/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user