Skip to content

Commit a5467d6

Browse files
fix(web): external library disk usage unit (#10935)
1 parent d582ec0 commit a5467d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web/src/routes/admin/library-management/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
<td class=" text-ellipsis px-4 text-sm">
338338
{totalCount[index]}
339339
</td>
340-
<td class=" text-ellipsis px-4 text-sm">{diskUsage[index]} {diskUsageUnit[index]}</td>
340+
<td class=" text-ellipsis px-4 text-sm"> {diskUsage[index]} {ByteUnit[diskUsageUnit[index]]}</td>
341341
{/if}
342342

343343
<td class=" text-ellipsis px-4 text-sm">

0 commit comments

Comments
 (0)