{usageScalar}
diff --git a/web-app/src/screens/Console/Dashboard/BasicDashboard/ReportedUsage.tsx b/web-app/src/screens/Console/Dashboard/BasicDashboard/ReportedUsage.tsx
index 6cb19ebf4..d5b7b8226 100644
--- a/web-app/src/screens/Console/Dashboard/BasicDashboard/ReportedUsage.tsx
+++ b/web-app/src/screens/Console/Dashboard/BasicDashboard/ReportedUsage.tsx
@@ -14,10 +14,10 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see
.
-import React from "react";
+import React, { Fragment } from "react";
import get from "lodash/get";
import styled from "styled-components";
-import { Box, Tooltip } from "mds";
+import { Box, HelpTip } from "mds";
import { Cell, Pie, PieChart } from "recharts";
const ReportedUsageMain = styled.div(({ theme }) => ({
@@ -53,6 +53,31 @@ const ReportedUsageMain = styled.div(({ theme }) => ({
},
},
}));
+export const usageClarifyingContent = (
+
+
+
Not what you expected?
+
+ This Usage value is comparable to
mc du --versions which
+ represents the size of all object versions that exist in the buckets.
+
+ Running{" "}
+
+ mc du
+ {" "}
+ without the
--versions flag or{" "}
+
+ df
+ {" "}
+ will provide different values corresponding to the size of all{" "}
+
current versions and the physical disk space occupied
+ respectively.
+
+
+);
const ReportedUsage = ({
usageValue,
@@ -79,7 +104,7 @@ const ReportedUsage = ({
Reported Usage
-