From d553ee4c89f602263f7a973654244f61b07fbca5 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 20 Jun 2023 18:18:39 +0000 Subject: Namespace status verification 2.0 - separate steps for resource type - optional version check - new file with details of failed resources Issue-ID: INT-2246 Signed-off-by: Lukasz Rajewski Change-Id: I538f877ab4d0824fd8dd5e65255c7ecf9545a26b --- src/onaptests/templates/status/index.html.j2 | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'src/onaptests/templates/status/index.html.j2') diff --git a/src/onaptests/templates/status/index.html.j2 b/src/onaptests/templates/status/index.html.j2 index fe49abf..d85c5bb 100644 --- a/src/onaptests/templates/status/index.html.j2 +++ b/src/onaptests/templates/status/index.html.j2 @@ -297,7 +297,23 @@ {% endif %} {% if (ns.ingresses | length) > 0 %} -
+ +
+ + + + + + + + {% for ingress in ns.ingresses %} + + + + {% endfor %} + +
Name
{{ ingress.name }}
+
{% endif %} -- cgit 1.2.3-korg