From 0b06a4fac6f3687ae4643d876b43be6ddfadbbea Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:05:30 +0800 Subject: [PATCH] feat: Adapt for directly mounting an unpartitioned disk (#10341) --- .../disk-management/components/disk-card.vue | 62 ++++++++++++++++++- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/host/disk-management/components/disk-card.vue b/frontend/src/views/host/disk-management/components/disk-card.vue index c063c3de7..1c0ed1090 100644 --- a/frontend/src/views/host/disk-management/components/disk-card.vue +++ b/frontend/src/views/host/disk-management/components/disk-card.vue @@ -8,7 +8,15 @@ {{ $t('disk.systemDisk') }} - + {{ $t('disk.unpartitionedDisk') }} @@ -33,7 +41,13 @@ {{ $t('disk.serial') }}: {{ diskInfo.serial }} -
+
{{ $t('disk.handlePartition') }} @@ -87,6 +101,50 @@ {{ $t('disk.systemDiskHelper') }}
+
+ + + + + + + + + + + + + + + + + + + + +