{% extends 'frontend/base.html' %} {% load static %} {% load filters %} {% load tags %} {% block navbar %} {% include 'frontend/snippet.navlinks.html' %} {% include 'frontend/snippet.search.html' %} {% endblock %} {% block content %}
| UUID {% order_list request 'run_id' %} | Run at {% order_list request 'compare_timestamp' %} | Object Type {% order_list request 'object_type' %} | Object Name | ||||
|---|---|---|---|---|---|---|---|
| {{ run.run_id }} | {{ run.compare_timestamp }} | {{ run.object_type }} | {% if run.object_type == "bmc" %}{{ run.object_bmc.fqdn }} | {% elif run.object_type == "enclosure" %}{{ run.object_enclosure.name }} | {% elif run.object_type == "machine" %}{{ run.object_machine.fqdn }} | {% elif run.object_type == "network_interface" %}{{ run.object_network_interface.name }} | {% else %}Unkown object name {% endif %} |