mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Fix Volumes draggable key
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
10a8f18784
commit
d9db1263d1
@ -280,7 +280,7 @@ export default {
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="(volume, i) in rows"
|
v-for="(volume, i) in rows"
|
||||||
:key="volume.name"
|
:key="volume.id"
|
||||||
>
|
>
|
||||||
<InfoBox class="box">
|
<InfoBox class="box">
|
||||||
<button
|
<button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user