C-Dash: Fix url processing in trending 78/39078/1
authorTibor Frank <tifrank@cisco.com>
Fri, 16 Jun 2023 11:26:05 +0000 (11:26 +0000)
committerTibor Frank <tifrank@cisco.com>
Fri, 16 Jun 2023 11:26:05 +0000 (11:26 +0000)
Change-Id: Ie14fb4ff5a193fa4f4edc097aaa1a87269c3d9ea
Signed-off-by: Tibor Frank <tifrank@cisco.com>
csit.infra.dash/app/cdash/trending/layout.py

index 09f857e..409038a 100644 (file)
@@ -1452,6 +1452,10 @@ class Layout:
                     if not end_idx:
                         plotting_area_telemetry = C.PLACEHOLDER
                     elif on_draw[1] and (end_idx >= start_idx):
+                        if len(tm_all_in_one) != end_idx:
+                            tm_all_in_one = [[None], ] * end_idx
+                        if len(tm_ignore_host) != end_idx:
+                            tm_ignore_host = [[None], ] * end_idx
                         for idx in range(start_idx, end_idx):
                             store["telemetry-graphs"].append(graph_tm_trending(
                                 tm.select_tm_trending_data(