Skip to content
Snippets Groups Projects
Commit c722b868 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- Minor correction in policy template
parent 8b1a41e0
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!91Add Policy tab to WebUI
...@@ -72,11 +72,11 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment