diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-09-06 09:49:32 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-09-06 09:50:57 +0000 |
commit | d08dd39affb11df24513899dbdde5fe7cb65983f (patch) | |
tree | 6a6c82fa0ef587e33242edaed3fd924ddfbac903 /csit.infra.dash/app/cdash/stats | |
parent | 4f69b1cbe4e3edb2ca5d6f10d6dae2a0a1fadcb2 (diff) |
C-Dash: Small changes in graphs processing
Change-Id: Idb0e1cbc8377c234149a8ae09e824fa697eabcb4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'csit.infra.dash/app/cdash/stats')
-rw-r--r-- | csit.infra.dash/app/cdash/stats/layout.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit.infra.dash/app/cdash/stats/layout.py b/csit.infra.dash/app/cdash/stats/layout.py index 1be236ab3a..753eb37670 100644 --- a/csit.infra.dash/app/cdash/stats/layout.py +++ b/csit.infra.dash/app/cdash/stats/layout.py @@ -583,8 +583,8 @@ class Layout: Input("dd-tbeds", "value"), Input("url", "href") ) - def _update_ctrl_panel(cp_data: dict, dut: str, ttype: str, cadence:str, - tbed: str, href: str) -> tuple: + def _update_ctrl_panel(cp_data: dict, dut: str, ttype: str, + cadence: str, tbed: str, href: str) -> tuple: """Update the application when the event is detected. :param cp_data: Current status of the control panel stored in |