{{ event.id }} |
{% if event.color != "" and event.color is not none %}
{% with color=event.color %}
{% include "/components/row/colored-data-cells.html" %}
{% endwith %}
{% else %}
{{
event.op_state }}
|
{{ event.adm_state }} |
{% endif %}
{{ event.age }} |
{{ event.downtime }} |
{{ event.router }} |
{{ event.port }} |
{{ event.description }} |