mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-08-17 13:19:26 +00:00
feat(forklift): small fixes after Copilot
Signed-off-by: Marcelo Fukumoto <marcelo.fukumoto@suse.com>
This commit is contained in:
parent
2deb0aa254
commit
97e4b7271c
@ -1,18 +1,17 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { reactive, ref, computed, watch } from 'vue';
|
import { reactive, ref, computed, watch } from 'vue';
|
||||||
import { useStore } from 'vuex';
|
import { useStore } from 'vuex';
|
||||||
import { useRoute } from 'vue-router';
|
|
||||||
import CruResource from '@shell/components/CruResource';
|
import CruResource from '@shell/components/CruResource';
|
||||||
import { SECRET } from '@shell/config/types';
|
import { SECRET } from '@shell/config/types';
|
||||||
import { useI18n } from '@shell/composables/useI18n';
|
import { useI18n } from '@shell/composables/useI18n';
|
||||||
import ConfigureProviderStep from '../../../../components/vm-migration/ConfigureProviderStep';
|
import ConfigureProviderStep from '../../../../components/vm-migration/ConfigureProviderStep';
|
||||||
import ConfigureMappingsStep from '../../../../components/vm-migration/ConfigureMappingsStep';
|
import ConfigureMappingsStep from '../../../../components/vm-migration/ConfigureMappingsStep';
|
||||||
import { PRODUCT_NAME } from '../../../../config/harvester';
|
import { PRODUCT_NAME } from '../../../../config/harvester';
|
||||||
import { currentRouter } from '../../../../utils/router';
|
import { currentRouter, currentRoute } from '../../../../utils/router';
|
||||||
import { HCI } from '../../../../types';
|
import { HCI } from '../../../../types';
|
||||||
|
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const route = useRoute();
|
const route = currentRoute();
|
||||||
const { t } = useI18n(store);
|
const { t } = useI18n(store);
|
||||||
|
|
||||||
const cruRef = ref(null);
|
const cruRef = ref(null);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user