sahara-dashboard/savannadashboard/templates/jobs/jobs.html

16 lines
330 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Savanna" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Savanna - Job") %}
{% endblock page_header %}
{% block main %}
<div class="cluster_templates">
{{ jobs_table.render }}
</div>
{% endblock %}