2
0
Эх сурвалжийг харах

fixes title gen

Signed-off-by: Thomas Evans <tevans3@icloud.com>
jjarrett21 2 жил өмнө
parent
commit
56473c982d

+ 2 - 1
ui/src/CloudCostReports.js

@@ -7,6 +7,7 @@ import { makeStyles } from "@material-ui/styles";
 import { Paper, Typography } from "@material-ui/core";
 import CircularProgress from "@material-ui/core/CircularProgress";
 import { get, find, sortBy, toArray } from "lodash";
+import { checkCustomWindow, toVerboseTimeRange } from "./util";
 
 import { useLocation, useHistory } from "react-router";
 
@@ -72,7 +73,7 @@ const CloudCostReports = () => {
       console.warn(`unknown aggregation: ${aggregateBy}`);
     }
 
-    let str = `${windowName} by ${aggregationName}`;
+    let str = `Cumulative cost for ${windowName} by ${aggregationName}`;
 
     if (!costMetric) {
       str = `${str} amoritizedNetCost`;