diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-03-10 14:09:57 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-03-10 14:09:57 +0100 |
commit | f226df6bcb9af9b40a39ba8d03762ef4dffcc47a (patch) | |
tree | f15e947c6c8465d5b40878a202d2ccfd1afcae66 /csit.infra.dash/app/cdash/report/layout.py | |
parent | 77f4ce0e0d951838ec1d9108107ceb596ded59e0 (diff) |
C-Dash: Add indexes to the list of tests
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Ic7a207e6ac1b26c23b04ecb41fa045b7fa21dae5
Diffstat (limited to 'csit.infra.dash/app/cdash/report/layout.py')
-rw-r--r-- | csit.infra.dash/app/cdash/report/layout.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/csit.infra.dash/app/cdash/report/layout.py b/csit.infra.dash/app/cdash/report/layout.py index cae6993ec2..2f954b611b 100644 --- a/csit.infra.dash/app/cdash/report/layout.py +++ b/csit.infra.dash/app/cdash/report/layout.py @@ -682,7 +682,7 @@ class Layout: class_name="overflow-auto p-0", id="lg-selected", children=[], - style={"max-height": "14em"}, + style={"max-height": "20em"}, flush=True ) ] @@ -1250,7 +1250,9 @@ class Layout: if on_draw: if store_sel: - lg_selected = get_list_group_items(store_sel, "sel-cl") + lg_selected = get_list_group_items( + store_sel, "sel-cl", add_index=True + ) plotting_area = self._get_plotting_area( store_sel, bool(normalize), |