summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/action.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/action.html')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/action.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/action.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/action.html
new file mode 100644
index 00000000..c2b03cf1
--- /dev/null
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/resource_classes/action.html
@@ -0,0 +1,9 @@
+{% extends 'infrastructure/base.html' %}
+{% load i18n %}
+{% block title %}{% trans "Resource Class Action Confirmation" %}{% endblock %}
+{% block page_header %}
+ {% include "horizon/common/_page_header.html" with title=_("Resource Class Action") %}
+{% endblock page_header %}
+{% block infrastructure_main %}
+ {% include "infrastructure/resource_management/resource_classes/_edit_status.html" %}
+{% endblock %}