We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a4df6 commit 5808b65Copy full SHA for 5808b65
src/pages/provider/ProviderInfo.tsx
@@ -111,6 +111,20 @@ export const ProviderInfo: React.FC = () => {
111
<Text size={32}>{provider.computeUnitsInCapacityCommitment}</Text>
112
</Statistic>
113
114
+ <Statistic>
115
+ <StatisticTitle>
116
+ <Text size={10} weight={700} uppercase color="grey400">
117
+ Compute Units in Deals
118
+ </Text>
119
+ <Tooltip trigger={<InfoOutlineIcon />}>
120
+ <Text color="grey600" weight={600} size={12}>
121
+ The total number of Compute Units participating in Deals
122
123
+ </Tooltip>
124
+ </StatisticTitle>
125
+ <Text size={32}>{provider.computeUnitsInDeal}</Text>
126
+ </Statistic>
127
+
128
<Statistic>
129
<StatisticTitle>
130
<Text size={10} weight={700} uppercase color="grey400">
0 commit comments