From 19cf1e93024989ead39ac0a374e5d8593020808f Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Mon, 13 Jan 2025 17:59:48 +0100 Subject: [PATCH] Replace sortablejs-vue3 Signed-off-by: Francesco Torchia (cherry picked from commit a7b4366d7cf61b1b49f88a5111e19f6112af1f06) --- package.json | 4 +- .../VirtualMachineVolume/index.vue | 225 +++++++++--------- yarn.lock | 125 +--------- 3 files changed, 121 insertions(+), 233 deletions(-) diff --git a/package.json b/package.json index 7c60fada..31c29849 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "color": "4.2.3", "ip": "2.0.1", "node-polyfill-webpack-plugin": "^3.0.0", - "sortablejs-vue3": "^1.2.11", + "vue-draggable-next": "^2.2.1", "yaml": "^2.5.1" }, "resolutions": { @@ -46,4 +46,4 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^7.1.0" } -} \ No newline at end of file +} diff --git a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue b/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue index 0613955c..08f88c81 100644 --- a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue +++ b/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineVolume/index.vue @@ -1,5 +1,5 @@