X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Freport%2Flayout.py;h=f1927bd66cc428ac99e9aefb0dbc95f2314c470c;hb=d294d31e7cadd858c1c27dae9b5a85732aa95b23;hp=7efd4b597295888c601e6db0affc9f74df7c4e61;hpb=7e88ea8b9a31713be65587672f4fe22bccb5f386;p=csit.git diff --git a/resources/tools/dash/app/pal/report/layout.py b/resources/tools/dash/app/pal/report/layout.py index 7efd4b5972..f1927bd66c 100644 --- a/resources/tools/dash/app/pal/report/layout.py +++ b/resources/tools/dash/app/pal/report/layout.py @@ -660,7 +660,7 @@ class Layout: id="cl-selected", options=[], inline=False, - style={"max-height": "12em"}, + style={"max-height": "20em"}, ) ], ), @@ -1382,6 +1382,10 @@ class Layout: # def _show_metadata_from_graphs(graph_data: dict) -> tuple: # """ # """ + + # if not any(graph_data): + # raise PreventUpdate + # try: # trigger_id = loads( # callback_context.triggered[0]["prop_id"].split(".")[0]