From: rajdeep11 Date: Tue, 8 Aug 2023 10:19:16 +0000 (+0530) Subject: adding measured_obj_class in the ui X-Git-Tag: 1.1.2~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=174f7faecd82e0344d2401314dd699337c49b508;p=portal%2Faiml-dashboard.git adding measured_obj_class in the ui Issue-Id: AIMLFW-50 Change-Id: I8e5756762c92ef16d94e9e5c497134b017b7425e Signed-off-by: rajdeep11 --- diff --git a/src/components/home/status/FeatureGroupInfo.js b/src/components/home/status/FeatureGroupInfo.js index 7816611..8dd93fb 100644 --- a/src/components/home/status/FeatureGroupInfo.js +++ b/src/components/home/status/FeatureGroupInfo.js @@ -32,6 +32,7 @@ const FeatureGroupInfo = (props) => { const [dbOrg, setDbOrg]=useState("") const [bucketName, setBucketName]=useState("") const [dbToken, setDbToken]=useState("") + const [measuredObjClass, setMeasureObjectClass] = useState("") useEffect(()=>{ try{ @@ -48,6 +49,7 @@ const FeatureGroupInfo = (props) => { setDbOrg(response.data.featuregroup[0].db_org) setBucketName(response.data.featuregroup[0].bucket) setDbToken(response.data.featuregroup[0].token) + setMeasureObjectClass(response.data.featuregroup[0].measured_obj_class) }) .catch(error => { @@ -109,6 +111,10 @@ const FeatureGroupInfo = (props) => { Db Org + + Measured Object Class + + }