X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fcdash%2Fnews%2Flayout.py;h=4032f1175ca16a988dcd4cde1832bfeebdfbd5d8;hb=c9406116477c30590e002809993a9d692b78d25c;hp=02275214a5cbea0d1b8857d6bc065e26025276c3;hpb=430c577e8e8a737cb46e67cbe802e038b8ffd25a;p=csit.git diff --git a/csit.infra.dash/app/cdash/news/layout.py b/csit.infra.dash/app/cdash/news/layout.py index 02275214a5..4032f1175c 100644 --- a/csit.infra.dash/app/cdash/news/layout.py +++ b/csit.infra.dash/app/cdash/news/layout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -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={