C-Dash: Add telemetry panel
[csit.git] / csit.infra.dash / app / cdash / report / layout.py
index 64e3b8b..50cf092 100644 (file)
@@ -122,7 +122,8 @@ class Layout:
             data_ndrpdr["release"] = rls
             self._data = pd.concat(
                 [self._data, data_mrr, data_ndrpdr],
-                ignore_index=True
+                ignore_index=True,
+                copy=False
             )
 
         # Get structure of tests:
@@ -1251,7 +1252,7 @@ class Layout:
 
             if on_draw:
                 if store_sel:
-                    lg_selected = get_list_group_items(store_sel)
+                    lg_selected = get_list_group_items(store_sel, "sel-cl")
                     plotting_area = self._get_plotting_area(
                         store_sel,
                         bool(normalize),