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:
Abhishek Kumar 2020-05-14 23:08:23 +05:30 committed by Rohit Yadav
parent 89ce823895
commit 172bd06202
1 changed files with 1 additions and 1 deletions

View File

@ -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>