X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Froutes.py;fp=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Froutes.py;h=63bbb304f0474342274b8aeea867683e269362d7;hb=45615cddd926540756f19328cad7078cfc9a1219;hp=200d7afebad81afb07ea10a85fba2aa4e17f7a36;hpb=c65595288367e8e6f53d225812d55ca4d90cdab2;p=csit.git 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" )