Commit c722b868 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- Minor correction in policy template
parent 8b1a41e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -72,11 +72,11 @@
                            <td>{{ policy.service.policyRuleBasic.policyRuleState.policyRuleStateMessage }}</td>
                            <td>{{ policy.service.policyRuleBasic.policyRuleState.policyRuleStateMessage }}</td>
                        </tr>
                        </tr>
                    {% else %}
                    {% 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 %}
                    {% endif %}
                {% endfor %}
                {% endfor %}
            {% else %}
            {% else %}
                <tr><td colspan="7">No policies found</td></tr>
                <tr><td colspan="11">No policies found</td></tr>
            {% endif %}
            {% endif %}
        </tbody>
        </tbody>
    </table>
    </table>