mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
network: remove the required account in creating a network (#830)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
02884e1e0e
commit
6c386945b6
@ -223,11 +223,7 @@
|
||||
</a-tooltip>
|
||||
</span>
|
||||
<a-input
|
||||
v-decorator="['account', {
|
||||
rules: [
|
||||
{ required: true, message: $t('label.required') }
|
||||
]
|
||||
}]"
|
||||
v-decorator="['account']"
|
||||
:placeholder="this.$t('label.account')"/>
|
||||
</a-form-item>
|
||||
<div :span="24" class="action-button">
|
||||
|
||||
@ -197,11 +197,7 @@
|
||||
</a-tooltip>
|
||||
</span>
|
||||
<a-input
|
||||
v-decorator="['account', {
|
||||
rules: [
|
||||
{ required: true, message: $t('label.required') }
|
||||
]
|
||||
}]"
|
||||
v-decorator="['account']"
|
||||
:placeholder="this.$t('label.account')"/>
|
||||
</a-form-item>
|
||||
<div :span="24" class="action-button">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user