From 337f9186f1208856c15804cfba3de1da7c09cc05 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Thu, 26 Feb 2026 09:32:40 +0100 Subject: [PATCH] fix(vmimport): Rename list pages according to their URL path (#717) See https://github.com/harvester/harvester-ui-extension/pull/697#issuecomment-3957918146 Related to: https://github.com/harvester/harvester/issues/4663 Signed-off-by: Volker Theile --- ...cksource.vue => migration.harvesterhci.io.openstacksource.vue} | 0 ...tion.ovasource.vue => migration.harvesterhci.io.ovasource.vue} | 0 ...ort.vue => migration.harvesterhci.io.virtualmachineimport.vue} | 0 ...mwaresource.vue => migration.harvesterhci.io.vmwaresource.vue} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename pkg/harvester/list/{harvesterhci.io.migration.openstacksource.vue => migration.harvesterhci.io.openstacksource.vue} (100%) rename pkg/harvester/list/{harvesterhci.io.migration.ovasource.vue => migration.harvesterhci.io.ovasource.vue} (100%) rename pkg/harvester/list/{harvesterhci.io.migration.virtualmachineimport.vue => migration.harvesterhci.io.virtualmachineimport.vue} (100%) rename pkg/harvester/list/{harvesterhci.io.migration.vmwaresource.vue => migration.harvesterhci.io.vmwaresource.vue} (100%) diff --git a/pkg/harvester/list/harvesterhci.io.migration.openstacksource.vue b/pkg/harvester/list/migration.harvesterhci.io.openstacksource.vue similarity index 100% rename from pkg/harvester/list/harvesterhci.io.migration.openstacksource.vue rename to pkg/harvester/list/migration.harvesterhci.io.openstacksource.vue diff --git a/pkg/harvester/list/harvesterhci.io.migration.ovasource.vue b/pkg/harvester/list/migration.harvesterhci.io.ovasource.vue similarity index 100% rename from pkg/harvester/list/harvesterhci.io.migration.ovasource.vue rename to pkg/harvester/list/migration.harvesterhci.io.ovasource.vue diff --git a/pkg/harvester/list/harvesterhci.io.migration.virtualmachineimport.vue b/pkg/harvester/list/migration.harvesterhci.io.virtualmachineimport.vue similarity index 100% rename from pkg/harvester/list/harvesterhci.io.migration.virtualmachineimport.vue rename to pkg/harvester/list/migration.harvesterhci.io.virtualmachineimport.vue diff --git a/pkg/harvester/list/harvesterhci.io.migration.vmwaresource.vue b/pkg/harvester/list/migration.harvesterhci.io.vmwaresource.vue similarity index 100% rename from pkg/harvester/list/harvesterhci.io.migration.vmwaresource.vue rename to pkg/harvester/list/migration.harvesterhci.io.vmwaresource.vue