mirror of https://github.com/apache/cloudstack.git
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"
|
||||
:placeholder="apiParams.isolatedpvlan.description"/>
|
||||
</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>
|
||||
<tooltip-label :title="$t('label.account')" :tooltip="apiParams.account.description"/>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue