aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/cdash/news
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-10-21 12:14:16 +0200
committerTibor Frank <tifrank@cisco.com>2022-10-25 08:06:05 +0200
commita5836196e06db97aa369efdd3b160104eb6ae1f8 (patch)
treedba72c6d1c197e524995bb4afe804b6e3dbebb3d /csit.infra.dash/app/cdash/news
parent1db7d8339f7d52c860f57e1ce30f51ebdb7071ae (diff)
C-Dash: Small changes in styling
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I37f2d7991d2863a5ff4244e673f819e0f94acfca
Diffstat (limited to 'csit.infra.dash/app/cdash/news')
-rw-r--r--csit.infra.dash/app/cdash/news/layout.py10
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={