{% extends 'frontend/base.html' %} {% load static %} {% load tags %} {% load filters %} {% block navbar %} {% include 'frontend/snippet.navlinks.html' %} {% endblock %} {% block content %}
| Comparison run at: | {{ run.compare_timestamp }} | ||||
| Object type: | {{ run.object_type }} | ||||
| Object Name: | {% 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.fqdn }} | {% else %}Unkown object name | {% endif %}
| Property Name | Orthos | NetBox | Is data equal? | {% for result in run.results.all %}|
|---|---|---|---|---|
| {{ result.property_name }} | {{ result.orthos_result|format_empty_str }} | {{ result.netbox_result|format_empty_str }} | {% if result.orthos_result == result.netbox_result %}✅ | {% else %}✕ | {% endif %}