Skip to content

Commit 78319de

Browse files
committed
fix: use freeCapacityBytes
Signed-off-by: fangshun <[email protected]>
1 parent 9b1897e commit 78319de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pools/components/PoolNodes.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</template>
3232

3333
<template #td-availableCapacity="{row}">
34-
{{ bytesToUnitDisplay(row.localStorageNode?.status?.pools?.[name].usedCapacityBytes) }}
34+
{{ bytesToUnitDisplay(row.localStorageNode?.status?.pools?.[name].freeCapacityBytes) }}
3535
</template>
3636

3737
<template #td-totalCapacity="{row}">

0 commit comments

Comments
 (0)