From 3224feeb9e52f383bf243d87ecb9bd1cdf8aacc5 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Tue, 10 Jun 2025 13:57:00 +0800 Subject: [PATCH] fix duplicate strings, remove uptime percentage --- .../Details/Components/StatusBoxes/index.jsx | 6 +++--- client/src/locales/en.json | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/client/src/Pages/Infrastructure/Details/Components/StatusBoxes/index.jsx b/client/src/Pages/Infrastructure/Details/Components/StatusBoxes/index.jsx index 447831acb..66483d448 100644 --- a/client/src/Pages/Infrastructure/Details/Components/StatusBoxes/index.jsx +++ b/client/src/Pages/Infrastructure/Details/Components/StatusBoxes/index.jsx @@ -14,7 +14,7 @@ const InfraStatBoxes = ({ shouldRender, monitor }) => { const { determineState } = useUtils(); const { t } = useTranslation(); - const { stats, uptimePercentage } = monitor ?? {}; + const { stats } = monitor ?? {}; const latestCheck = stats?.aggregateData?.latestCheck; // Get data from latest check @@ -95,7 +95,7 @@ const InfraStatBoxes = ({ shouldRender, monitor }) => { heading={t("disk")} subHeading={formatBytes(diskTotalBytes)} /> - @@ -103,7 +103,7 @@ const InfraStatBoxes = ({ shouldRender, monitor }) => { % } - /> + /> */} to get the full container ID.", "port": "Enter the URL or IP of the server, the port number and a clear display name that appears on the dashboard." - }, - "monitorStatus": { - "checkingEvery": "Checking every {{interval}}", - "withCaptureAgent": "with Capture agent {{version}}" } }