From c6bfe865e4a62dda2c5e635df53083e909a6558b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 3 Oct 2022 15:11:02 +0200 Subject: CDash: Improvements in layout Signed-off-by: Tibor Frank Change-Id: I28697efb31a7c661547872bedb696317197b5c7f --- csit.infra.dash/app/pal/utils/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'csit.infra.dash/app/pal/utils') 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" -- cgit 1.2.3-korg