mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
Fix Volumes draggable key
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com> (cherry picked from commit d9db1263d12c182844d2ad0d011b61486cc75503)
This commit is contained in:
parent
52252c16f7
commit
ff80b91311
@ -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