mirror of https://github.com/apache/cloudstack.git
compute: fix create sshkeypair account input (#340)
Fixes #335 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
89ce823895
commit
172bd06202
|
|
@ -54,7 +54,7 @@
|
|||
</a-form-item>
|
||||
<a-form-item :label="$t('account')" v-if="this.isAdminOrDomainAdmin() && !this.isObjectEmpty(this.selectedDomain) && this.selectedDomain.id !== null">
|
||||
<a-input
|
||||
v-decorator="['name', {}]"
|
||||
v-decorator="['account', {}]"
|
||||
:placeholder="apiParams.account.description"/>
|
||||
</a-form-item>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue