summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/parameters/templates/parameters/simple_service_config.html
blob: 803fc3bb047bb770cac0f6c3dc27001dba7b74b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Simple Service Configuration" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Simple Service Configuration") %}
{% endblock %}

{% block main %}
  {% include "infrastructure/parameters/_simple_service_config.html" %}
{% endblock %}