diff --git a/src/webui/service/templates/policy/home.html b/src/webui/service/templates/policy/home.html index 64a8f82881bbb172d42f60770b30dac7e31e64c9..081a7f0b5291346633a2f682ba4552b5c1e362fb 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>