Skip to content

Commit

Permalink
Merge pull request #86 from fangshun-z/fix/85
Browse files Browse the repository at this point in the history
fix: use freeCapacityBytes
  • Loading branch information
Ruby-rc authored Apr 16, 2024
2 parents 9b1897e + 78319de commit 095f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pools/components/PoolNodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</template>

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

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

0 comments on commit 095f0c3

Please sign in to comment.