diff options
Diffstat (limited to 'csit.infra.dash/app/cdash/news/layout.py')
-rw-r--r-- | csit.infra.dash/app/cdash/news/layout.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/csit.infra.dash/app/cdash/news/layout.py b/csit.infra.dash/app/cdash/news/layout.py index 02275214a5..959d54d690 100644 --- a/csit.infra.dash/app/cdash/news/layout.py +++ b/csit.infra.dash/app/cdash/news/layout.py @@ -380,14 +380,6 @@ class Layout: :rtype: list """ return [ - dbc.Label( - class_name="g-0 p-1", - children=show_tooltip( - self._tooltips, - "help-summary-period", - "Window" - ) - ), dbc.Row( class_name="g-0 p-1", children=[ @@ -448,7 +440,7 @@ class Layout: [ dbc.Button( id="plot-btn-url", - children="URL", + children="Show URL", class_name="me-1", color="info", style={ |