diff --git a/deploy-board/deploy_board/templates/clusters/cluster_capacity.tmpl b/deploy-board/deploy_board/templates/clusters/cluster_capacity.tmpl index b6b45c0589..8450e90c88 100644 --- a/deploy-board/deploy_board/templates/clusters/cluster_capacity.tmpl +++ b/deploy-board/deploy_board/templates/clusters/cluster_capacity.tmpl @@ -2,12 +2,6 @@
- {% if is_managed_resource %} -
- - -
- {% endif %}
@@ -23,6 +17,14 @@ :remaining-capacity="remainingCapacity" :placements="placements">
+ {% if is_managed_resource %} +
+ +
+ +
+
+ {% endif %}
diff --git a/deploy-board/deploy_board/templates/clusters/cluster_configuration.html b/deploy-board/deploy_board/templates/clusters/cluster_configuration.html index 776abcba94..617a600763 100644 --- a/deploy-board/deploy_board/templates/clusters/cluster_configuration.html +++ b/deploy-board/deploy_board/templates/clusters/cluster_configuration.html @@ -64,12 +64,6 @@

Capacity

- {% if is_managed_resource %} -
- - -
- {% endif %}
@@ -119,6 +113,14 @@

Capacity

/>
+ {% if is_managed_resource %} +
+ +
+ +
+
+ {% endif %}