From 8fbbfc90f17c77b55b6d699bce995bddf92212b2 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Tue, 4 Mar 2025 10:43:12 +0800 Subject: [PATCH] update harvesterhci.io.host Signed-off-by: Andy Lee --- pkg/harvester/detail/harvesterhci.io.host/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/harvester/detail/harvesterhci.io.host/index.vue b/pkg/harvester/detail/harvesterhci.io.host/index.vue index 71347e34..a2734e15 100644 --- a/pkg/harvester/detail/harvesterhci.io.host/index.vue +++ b/pkg/harvester/detail/harvesterhci.io.host/index.vue @@ -9,7 +9,7 @@ import ArrayListGrouped from '@shell/components/form/ArrayListGrouped'; import Loading from '@shell/components/Loading.vue'; import SortableTable from '@shell/components/SortableTable'; import Banner from '@components/Banner/Banner.vue'; - +import { UNIT_SUFFIX } from '../../utils/unit'; import metricPoller from '@shell/mixins/metric-poller'; import { METRIC, NODE, LONGHORN, POD, EVENT @@ -178,7 +178,7 @@ export default { minExponent: 3, maxExponent: 3, maxPrecision: 2, - suffix: 'i', + suffix: UNIT_SUFFIX, }; const longhornDisks = Object.keys(diskStatus).map((key) => {