mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
fix key error
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
3dbd2af9b6
commit
5b872a085f
@ -176,7 +176,7 @@
|
||||
</div>
|
||||
<div style="margin-top: 12px" v-else>
|
||||
<a-row :gutter="12" v-show="!tableView">
|
||||
<a-col v-for="item in items" :md="24" :lg="4">
|
||||
<a-col v-for="item in items" :md="24" :lg="4" :key="item.id">
|
||||
<a-card
|
||||
hoverable
|
||||
style="width: 250px; margin-bottom: 12px">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user