From c722b8689564da7f48e7b3294f244ce4b1ff6a6d Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 26 Apr 2023 17:25:41 +0000 Subject: [PATCH] WebUI component: - Minor correction in policy template --- src/webui/service/templates/policy/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/service/templates/policy/home.html b/src/webui/service/templates/policy/home.html index 64a8f8288..081a7f0b5 100644 --- a/src/webui/service/templates/policy/home.html +++ b/src/webui/service/templates/policy/home.html @@ -72,11 +72,11 @@ <td>{{ policy.service.policyRuleBasic.policyRuleState.policyRuleStateMessage }}</td> </tr> {% else %} - <tr><td colspan="7">Unsupported policy type {{ policy.WhichOneof('policy_rule') }}</td></tr> + <tr><td colspan="11">Unsupported policy type {{ policy.WhichOneof('policy_rule') }}</td></tr> {% endif %} {% endfor %} {% else %} - <tr><td colspan="7">No policies found</td></tr> + <tr><td colspan="11">No policies found</td></tr> {% endif %} </tbody> </table> -- GitLab