gui/cgcs_dashboard/dashboards/admin/inventory/templates/inventory/_cpuprofiles.html

10 lines
190 B
HTML
Executable File

{% load i18n sizeformat %}
{% block main %}
{% autoescape off %}
<div id="cpuprofiles">
{{ cpuprofiles_table.render }}
</div>
{% endautoescape %}
{% endblock %}