diff --git a/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html b/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html index b98c332465..bf19efeee5 100644 --- a/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html +++ b/openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html @@ -1012,32 +1012,38 @@
{% blocktrans with key=qos_spec_name %}Create a new "spec" key-value pair for QoS Spec "{{ qos_spec_name }}".
- Valid key names are expected in the QoS specs. The acceptable values for key are
- "minIOPS", "maxIOPS" and "burstIOPS".
-
-
- Example:
-
- Key: minIOPS and Value:20 (number value less than maxIOPS)
-
- Key: maxIOPS and Value:5000 (number value bigger than minIOPS)
-
- Key: burstIOPS and Value:5000 (number value bigger than minIOPS)
- {% endblocktrans %}
{% blocktrans trimmed %} + Create a new "spec" key-value pair for QoS Spec "{{ qos_spec_name }}". + Valid key names are expected in the QoS specs. The acceptable values for key are + "minIOPS", "maxIOPS" and "burstIOPS". + {% endblocktrans %} +
++ {% trans "Example:" %} +