diff --git a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html index 5211e33bae..740089a95e 100644 --- a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html +++ b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_details.html @@ -1,7 +1,7 @@ {% load i18n sizeformat %} {% load url from future %}

{% trans "Template Overview" %}

-
+
{% trans "Name" %}
{{ template.name }}
@@ -20,7 +20,7 @@
{% trans "Anti-affinity enabled for" %}
{% if template.anti_affinity %}
-
    +
      {% for process in template.anti_affinity %}
    • {{ process }}
    • {% endfor %} diff --git a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html index 6c80bd823c..6c89df399a 100644 --- a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html +++ b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_nodegroups_details.html @@ -1,7 +1,7 @@ {% load i18n sizeformat %} {% load url from future %}

      {% trans "Node Groups" %}

      -
      +
      {% for node_group in template.node_groups %}

      {% trans "Node Group" %}: {{ node_group.name }}

      @@ -21,7 +21,7 @@
      {% trans "Node Processes" %}
      {% if node_group.node_processes %}
      -
        +
          {% for process in node_group.node_processes %}
        • {{ process }}
        • {% endfor %} diff --git a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_upload_file.html b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_upload_file.html index 90b460e004..6d282ab056 100644 --- a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_upload_file.html +++ b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/_upload_file.html @@ -20,5 +20,5 @@ {% block modal-footer %} - {% trans "Cancel" %} + {% trans "Cancel" %} {% endblock %} \ No newline at end of file diff --git a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_node_groups_template.html b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_node_groups_template.html index 50f68fab9d..8cc5543630 100644 --- a/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_node_groups_template.html +++ b/openstack_dashboard/dashboards/project/data_processing/cluster_templates/templates/data_processing.cluster_templates/cluster_node_groups_template.html @@ -1,30 +1,26 @@ -
          - - + -
          + + + + + + + + +
          - - - - - + + + + - - -