We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3229190 commit 1af6e9dCopy full SHA for 1af6e9d
components/widgets/NetworkWidget.vue
@@ -105,7 +105,7 @@ const pos = (100 * (tph - lowLevel)) / (highLevel - lowLevel)
105
</Flex>
106
107
<Text size="12" weight="600" color="support">
108
- Current capacity
+ Throughput level
109
<Text v-if="!isNaN(pos)" color="tertiary">{{ pos.toFixed(2) }}%</Text>
110
<Text v-else color="tertiary">is unknown</Text>
111
</Text>
0 commit comments