diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-04-11 12:56:56 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-04-12 05:49:41 +0000 |
commit | 5edaac881f42de498d92efca3fbbfab8e2e47e71 (patch) | |
tree | 0c9678e2362b46f0c5060ae72835a91498ea9f21 /csit.infra.dash/app/cdash/trending/layout.py | |
parent | 757fc06136fe9ea67b1a4f9b2aa43d70a50533b1 (diff) |
C-Dash: Add latency hdrh for iterative data
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I4557c724d1d2b2eab355d03f0339c56660253360
Diffstat (limited to 'csit.infra.dash/app/cdash/trending/layout.py')
-rw-r--r-- | csit.infra.dash/app/cdash/trending/layout.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/csit.infra.dash/app/cdash/trending/layout.py b/csit.infra.dash/app/cdash/trending/layout.py index e4b7094de3..411061470e 100644 --- a/csit.infra.dash/app/cdash/trending/layout.py +++ b/csit.infra.dash/app/cdash/trending/layout.py @@ -34,10 +34,9 @@ from ..utils.control_panel import ControlPanel from ..utils.trigger import Trigger from ..utils.telemetry_data import TelemetryData from ..utils.utils import show_tooltip, label, sync_checklists, gen_new_url, \ - generate_options, get_list_group_items + generate_options, get_list_group_items, graph_hdrh_latency from ..utils.url_processing import url_decode -from .graphs import graph_trending, graph_hdrh_latency, select_trending_data, \ - graph_tm_trending +from .graphs import graph_trending, select_trending_data, graph_tm_trending # Control panel partameters and their default values. |