fix: 服务器列表版本号 resolve rustfs/s3-rustfs#350

This commit is contained in:
cxymds
2025-04-24 09:27:07 +08:00
parent 54e597291a
commit 8abc6857c9
+1 -1
View File
@@ -186,7 +186,7 @@
</n-space>
</div>
</template>
<template #header-extra>版本: 2024-03-24T03:47</template>
<template #header-extra>版本: {{ server.version }}</template>
<n-carousel :show-dots="false" :show-arrow="true" :autoplay="false" :slides-per-view="3" ref="driveCarouselRef" draggable class="drive-carousel" :space-between="20">
<n-carousel-item v-for="drive in server.drives" :key="drive.uuid" style="width: 350px" class="flex flex-col justify-start items-center p-4 border rounded mx-2 ml-0">
<div class="self-start ps-6">{{ drive.drive_path }}</div>