Software Image File
Status | {{ object.status|hyperlinked_object_with_color }} |
Software Version | {{ object.software_version|hyperlinked_object }} |
Image File Name | {% if object.image_file_name %} {{ object.image_file_name }} {% else %} — {% endif %} |
Image File Checksum | {% if object.image_file_checksum %} {{ object.image_file_checksum }} {% else %} — {% endif %} |
Hashing Algorithm | {{ object.get_hashing_algorithm_display|placeholder }} |
Image File Size (bytes) | {% if object.image_file_size %} {{ object.image_file_size }} {% else %} — {% endif %} |
Download URL | {% if object.download_url %} {{ object.download_url }} {% else %} — {% endif %} |
Default Image | {{ object.default_image|render_boolean }} |
Device Types | {% with device_type_count=object.device_types.count %} {% if device_type_count %} {{ device_type_count }} {% else %} — {% endif %} {% endwith %} |
Devices overridden to use this file | {% with device_count=object.devices.count %} {% if device_count %} {{ device_count }} {% else %} — {% endif %} {% endwith %} |
Inventory items overridden to use this file | {% with inventory_item_count=object.inventory_items.count %} {% if inventory_item_count %} {{ inventory_item_count }} {% else %} — {% endif %} {% endwith %} |
Virtual machines overridden to use this file | {% with virtual_machine_count=object.virtual_machines.count %} {% if virtual_machine_count %} {{ virtual_machine_count }} {% else %} — {% endif %} {% endwith %} |
{% include 'inc/custom_fields/panel.html' with custom_fields=object.get_custom_field_groupings_basic computed_fields_advanced_ui=False %}
{% include 'inc/relationships_panel.html' %}
{% include 'extras/inc/tags_panel.html' %}
{% plugin_left_page object %}
{% plugin_right_page object %}