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') }}
+
+ + + + + + + + + + + + + + + + + + + + +