From 0b5d573ff1b2b984ec15edafb2b724f34fc11a64 Mon Sep 17 00:00:00 2001 From: Guillaume Gardet Date: Fri, 10 Dec 2021 09:28:22 +0100 Subject: [PATCH] Dashboard: Add containerfile --- dashboard/templates/dashboard.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dashboard/templates/dashboard.html b/dashboard/templates/dashboard.html index 273cd8b6..c856577e 100644 --- a/dashboard/templates/dashboard.html +++ b/dashboard/templates/dashboard.html @@ -23,6 +23,7 @@ Part standard images + containerfile source testing published @@ -42,6 +43,11 @@ {% include "repository.html" %} {% endwith %} + + {% with repository = 'containerfile' %} + {% include "repository.html" %} + {% endwith %} + {% if project.ttm_version %} {{ project.ttm_version }}