From 886752effd75af1e29cc9a590fe294e4b8626a14 Mon Sep 17 00:00:00 2001 From: antoplt Date: Tue, 18 Nov 2025 15:29:25 +0100 Subject: [PATCH] Add metricFour and valueFour props --- .../v1/Infrastructure/Details/Components/GaugeBoxes/index.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/Pages/v1/Infrastructure/Details/Components/GaugeBoxes/index.jsx b/client/src/Pages/v1/Infrastructure/Details/Components/GaugeBoxes/index.jsx index 9944de573..fe7d7e9e5 100644 --- a/client/src/Pages/v1/Infrastructure/Details/Components/GaugeBoxes/index.jsx +++ b/client/src/Pages/v1/Infrastructure/Details/Components/GaugeBoxes/index.jsx @@ -80,6 +80,8 @@ const Gauges = ({ isLoading = false, monitor }) => { valueTwo={gauge.valueTwo} metricThree={gauge.metricThree} valueThree={gauge.valueThree} + metricFour={gauge.metricFour} + valueFour={gauge.valueFour} /> ); })}