Skip to content

Commit

Permalink
Merge pull request #64 from fangshun-z/fix/54
Browse files Browse the repository at this point in the history
fix: modify slot name
  • Loading branch information
Ruby-rc authored Dec 19, 2023
2 parents f46bc99 + c56fe6a commit 4af3626
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/views/pools/components/PoolNodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
<node-status :status="value" />
</template>

<template #td-totalDiskCount="{row}">
{{ row.localDiskNode?.status?.totalDisk }}
</template>

<template #td-availableCapacity="{row}">
{{ bytesToUnitDisplay(row.localStorageNode?.status?.pools?.[name].usedCapacityBytes) }}
</template>
Expand Down Expand Up @@ -98,7 +94,7 @@ const columns = computed(() => [
ellipsis: false,
},
{
id: 'disks',
id: 'totalDisk',
header: t('views.pools.components.PoolNodes.disks'),
},
{
Expand Down

0 comments on commit 4af3626

Please sign in to comment.