X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fcdash%2Froutes.py;h=301738c643bf4e7a21e91aa1a7333db65a0f77a6;hb=0a9e410a05ed92df355005cae1d3e82404bd26ef;hp=e7f65ec0b06696dbdca1e1a1cf46f18177bcdab4;hpb=df196b8412ae5eafacdcdbc725c19838aa554944;p=csit.git diff --git a/csit.infra.dash/app/cdash/routes.py b/csit.infra.dash/app/cdash/routes.py index e7f65ec0b0..301738c643 100644 --- a/csit.infra.dash/app/cdash/routes.py +++ b/csit.infra.dash/app/cdash/routes.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: @@ -30,6 +30,8 @@ def home(): description=C.DESCRIPTION, trending_title=C.TREND_TITLE, report_title=C.REPORT_TITLE, + comp_title=C.COMP_TITLE, stats_title=C.STATS_TITLE, - news_title=C.NEWS_TITLE + news_title=C.NEWS_TITLE, + cov_title=C.COVERAGE_TITLE )