astara-horizon/akanda/rug_openstack_dashboard/dashboards/admin/rugtenants/templates/rugtenants/rebuild.html

12 lines
318 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Rebuild Router" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Rebuild Router") %}
{% endblock page_header %}
{% block main %}
{% include "admin/rugtenants/_rebuild.html" %}
{% endblock %}