horizon/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/security_groups/detail.html

12 lines
294 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Manage Security Group Rules" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=page_title %}
{% endblock page_header %}
{% block main %}
{{ table.render }}
{% endblock %}