diff --git a/tuskar_ui/infrastructure/static/infrastructure/scss/_individual_pages.scss b/tuskar_ui/infrastructure/static/infrastructure/scss/_individual_pages.scss index 86c70c306..e6ab27858 100644 --- a/tuskar_ui/infrastructure/static/infrastructure/scss/_individual_pages.scss +++ b/tuskar_ui/infrastructure/static/infrastructure/scss/_individual_pages.scss @@ -104,7 +104,7 @@ $link-color: #428bca; } -#detail__overview { +#detail__overview, #collapseParameters { ul { list-style: disc; margin: 0 0 9px 25px; diff --git a/tuskar_ui/infrastructure/templates/infrastructure/overview/_deploy_confirmation.html b/tuskar_ui/infrastructure/templates/infrastructure/overview/_deploy_confirmation.html index fbd83b510..2b7d1f6e8 100644 --- a/tuskar_ui/infrastructure/templates/infrastructure/overview/_deploy_confirmation.html +++ b/tuskar_ui/infrastructure/templates/infrastructure/overview/_deploy_confirmation.html @@ -10,12 +10,24 @@ {% block modal-body %}
{% trans "You are about deploy your overcloud" %} -
- {% if autogenerated_parameters %} - These parameters will be randomly generated before the deployment: -{{ autogenerated_parameters|join:", " }}
- {% endif %} -{% trans "This operation cannot be undone. Are you sure you want to do that?" %}
+{% trans "You are about deploy your overcloud." %}
+ {% if autogenerated_parameters %} + + {{ autogenerated_parameters|length }} parameters will be randomly generated. + + + +{% trans "This operation cannot be undone." %}
+{% trans "Are you sure you want to deploy changes?" %}
+