From af8e703eb180e46ca65ff0c165a21f2261896548 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 5 Oct 2022 08:58:31 +0200 Subject: fix(cdash): Rename Signed-off-by: pmikus Change-Id: Ia6dff2674a28b42ebfbe91230587f1e175ae1137 --- .../app/cdash/templates/index_layout.jinja2 | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 csit.infra.dash/app/cdash/templates/index_layout.jinja2 (limited to 'csit.infra.dash/app/cdash/templates/index_layout.jinja2') diff --git a/csit.infra.dash/app/cdash/templates/index_layout.jinja2 b/csit.infra.dash/app/cdash/templates/index_layout.jinja2 new file mode 100644 index 0000000000..bf4f812e8a --- /dev/null +++ b/csit.infra.dash/app/cdash/templates/index_layout.jinja2 @@ -0,0 +1,34 @@ +{% extends "base_layout.jinja2" %} + +{% block content %} +
+ +
+
+

CSIT-Dash

+
+
+ +
+ +

{{ title }}

+

{{ description }}

+

+ {{ trending_title }} +

+

+ {{ report_title }} +

+

+ {{ stats_title }} +

+

+ {{ news_title }} +

+
+ + +
+{% endblock %} -- cgit 1.2.3-korg