From 06d3f7331f9f10d99baa334b1808dfdc9c6fc8be Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 15 Jul 2022 11:15:05 +0200 Subject: UTI: Normalize trending data Change-Id: I6cc2c73707e9e3a0ab0f28033526a612804ee20a Signed-off-by: Tibor Frank --- resources/tools/dash/app/pal/report/layout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/dash/app/pal/report/layout.py') diff --git a/resources/tools/dash/app/pal/report/layout.py b/resources/tools/dash/app/pal/report/layout.py index d85dbe7657..e7c8db43ae 100644 --- a/resources/tools/dash/app/pal/report/layout.py +++ b/resources/tools/dash/app/pal/report/layout.py @@ -1340,8 +1340,8 @@ class Layout: row_card_sel_tests = self.STYLE_ENABLED row_btns_sel_tests = self.STYLE_ENABLED - if trigger_id in ("btn-ctrl-add", "url", "btn-sel-remove-all", - "btn-sel-remove", "cl-ctrl-normalize"): + if trigger_id in ("btn-ctrl-add", "url", "btn-sel-remove", + "cl-ctrl-normalize"): if store_sel: row_fig_tput, row_fig_lat, row_table, row_btn_dwnld = \ _generate_plotting_area( -- cgit 1.2.3-korg