From 6d2f3fd7a84d4303821081d1cff8a4c49858976c Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 1 Mar 2025 17:07:06 -0500 Subject: [PATCH] Split VMs into dedicated component --- pvc-vue/src/components/VMOverview.vue | 873 +++++++++++++++++++++ pvc-vue/src/views/VMs.vue | 1001 +------------------------ 2 files changed, 897 insertions(+), 977 deletions(-) create mode 100644 pvc-vue/src/components/VMOverview.vue diff --git a/pvc-vue/src/components/VMOverview.vue b/pvc-vue/src/components/VMOverview.vue new file mode 100644 index 0000000..4558eaf --- /dev/null +++ b/pvc-vue/src/components/VMOverview.vue @@ -0,0 +1,873 @@ + + + + + \ No newline at end of file diff --git a/pvc-vue/src/views/VMs.vue b/pvc-vue/src/views/VMs.vue index 4602f4b..8a83db2 100644 --- a/pvc-vue/src/views/VMs.vue +++ b/pvc-vue/src/views/VMs.vue @@ -1,998 +1,45 @@ \ No newline at end of file