aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--csit.infra.dash/app/cdash/trending/graphs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/csit.infra.dash/app/cdash/trending/graphs.py b/csit.infra.dash/app/cdash/trending/graphs.py
index ab8b627a7a..a1d61a07fc 100644
--- a/csit.infra.dash/app/cdash/trending/graphs.py
+++ b/csit.infra.dash/app/cdash/trending/graphs.py
@@ -159,8 +159,8 @@ def graph_trending(
add_info = (
f"bandwidth [{row[C.UNIT['hoststack-bps']]}]: "
f"{row[C.VALUE['hoststack-bps']]:,.0f}<br>"
- f"latency [{row[C.UNIT['hoststack-lat']]}]: "
- f"{row[C.VALUE['hoststack-lat']]:,.0f}<br>"
+ f"latency [{row[C.UNIT['hoststack-latency']]}]: "
+ f"{row[C.VALUE['hoststack-latency']]:,.0f}<br>"
)
else:
add_info = str()