{% extends "maasserver/base.html" %} {% block nav-active-result-list %}active{% endblock %} {% block title %}Boot Image list{% endblock %} {% block page-title %} {{ paginator.count }} boot image{{ paginator.count|pluralize }} in cluster {{ nodegroup.cluster_name }} {% endblock %} {% block html_includes %}{% include "maasserver/snippets.html" %} {% endblock %} {% block content %}
ID | OS | Release | Architecture | Subarchitecture | Purpose | Label | Imported on |
---|---|---|---|---|---|---|---|
{{ bootimage.id }} | {{ bootimage.osystem }} | {{ bootimage.release }} | {{ bootimage.architecture }} | {{ bootimage.subarchitecture }} | {{ bootimage.purpose }} | {{ bootimage.label }} | {{ bootimage.updated }} |