Add metricFour and valueFour props

This commit is contained in:
antoplt
2025-11-18 15:29:25 +01:00
parent a5d54a637e
commit 886752effd

View File

@@ -80,6 +80,8 @@ const Gauges = ({ isLoading = false, monitor }) => {
valueTwo={gauge.valueTwo}
metricThree={gauge.metricThree}
valueThree={gauge.valueThree}
metricFour={gauge.metricFour}
valueFour={gauge.valueFour}
/>
);
})}