summaryrefslogtreecommitdiff
path: root/horizon/dashboards/nova/networks/templates/networks/update.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/dashboards/nova/networks/templates/networks/update.html')
-rw-r--r--horizon/dashboards/nova/networks/templates/networks/update.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/horizon/dashboards/nova/networks/templates/networks/update.html b/horizon/dashboards/nova/networks/templates/networks/update.html
new file mode 100644
index 00000000..599de61a
--- /dev/null
+++ b/horizon/dashboards/nova/networks/templates/networks/update.html
@@ -0,0 +1,11 @@
+{% extends 'base.html' %}
+{% load i18n %}
+{% block title %}{% trans "Update Network" %}{% endblock %}
+
+{% block page_header %}
+ {% include "horizon/common/_page_header.html" with title=_("Update Network") %}
+{% endblock page_header %}
+
+{% block main %}
+ {% include 'nova/networks/_update.html' %}
+{% endblock %}