X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Froutes.py;h=63bbb304f0474342274b8aeea867683e269362d7;hp=200d7afebad81afb07ea10a85fba2aa4e17f7a36;hb=1daa6fdc0bae284dee1b61f34534e59b60b7526a;hpb=b2cb835b34c7404b2aaee3ec30700c67537da66d diff --git a/resources/tools/dash/app/pal/routes.py b/resources/tools/dash/app/pal/routes.py index 200d7afeba..63bbb304f0 100644 --- a/resources/tools/dash/app/pal/routes.py +++ b/resources/tools/dash/app/pal/routes.py @@ -22,10 +22,9 @@ from flask import render_template def home(): """Landing page. """ - return render_template( - u"index.jinja2", + u"index_layout.jinja2", title=u"FD.io CSIT", description=u"Performance Dashboard", - template=u"home-template" + template=u"d-flex h-100 text-center text-white bg-dark" )