summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html
blob: 644556228a06cd8d8bbdf6917b74a28a71afa099 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Edit Pool" %}{% endblock %}

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

{% block main %}
  {% include 'project/loadbalancers/_updatepool.html' %}
{% endblock %}