{% extends "generic/object.html" %} {% load helpers %} {% block title %}Build Modules — {{ object }}{% endblock %} {% block extra_controls %}
{% csrf_token %}
{% endblock %} {% block content %}
Module Preview {% if vendor %} {{ vendor }} {% endif %} {% if protocol %} {{ protocol }} {% endif %}
Type filter: {% for kind, label, default_checked in kind_filters %}
{% endfor %}
{% csrf_token %} {% for entry in entries %} {% empty %} {% endfor %}
Status Module Bay Kind Redfish Slot / Path Serial Part
{% if entry.status == "removed" %} {% else %} {% endif %} {% if entry.status == "new" %} New {% elif entry.status == "updated" %} Updated {% elif entry.status == "removed" %} Removed {% else %} Unchanged {% endif %} {% if not entry.bay_exists %} New Bay {% endif %} {{ entry.normalized_name }} {{ entry.kind|upper }} {{ entry.raw_name }} {% if entry.source_path %}
{{ entry.source_path }} {% endif %}
{% if entry.serial %}{{ entry.serial }}{% else %}—{% endif %} {% if entry.status == "updated" and entry.old_serial and entry.old_serial != entry.serial %}
{{ entry.old_serial }} {% endif %}
{% if entry.part_id %}{{ entry.part_id }}{% else %}—{% endif %} {% if entry.status == "updated" and entry.old_part_id and entry.old_part_id != entry.part_id %}
{{ entry.old_part_id }} {% endif %}
No components detected.
{% endblock %}