aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/pal/utils
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-10-03 15:11:02 +0200
committerTibor Frank <tifrank@cisco.com>2022-10-03 15:14:24 +0200
commitc6bfe865e4a62dda2c5e635df53083e909a6558b (patch)
treeaaca7069ba8c77b6e47de56f1e00b239efdd9f56 /csit.infra.dash/app/pal/utils
parent3b57cc60251300ad79b42ec52cc2f6cc1e950165 (diff)
CDash: Improvements in layout
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I28697efb31a7c661547872bedb696317197b5c7f
Diffstat (limited to 'csit.infra.dash/app/pal/utils')
-rw-r--r--csit.infra.dash/app/pal/utils/constants.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/csit.infra.dash/app/pal/utils/constants.py b/csit.infra.dash/app/pal/utils/constants.py
index 8f39fc8991..73afb4c7a9 100644
--- a/csit.infra.dash/app/pal/utils/constants.py
+++ b/csit.infra.dash/app/pal/utils/constants.py
@@ -18,7 +18,6 @@ does not need to be hard coded here, but can be read from environment variables.
"""
import logging
-import dash_bootstrap_components as dbc
from dash import html
@@ -36,13 +35,14 @@ class Constants:
LOG_DATE_FORMAT = "%Y/%m/%d %H:%M:%S"
# The application title.
- TITLE = "FD.io CSIT"
+ TITLE = "FD.io CDash"
+ BRAND = "CDash"
# The application description.
DESCRIPTION = "Performance Dashboard"
# External stylesheets.
- EXTERNAL_STYLESHEETS = [ "/static/dist/css/bootstrap.css" ]
+ EXTERNAL_STYLESHEETS = ["/static/dist/css/bootstrap.css", ]
# Top level template for all pages.
TEMPLATE = "d-flex h-100 text-center text-white bg-dark"