From 4e1320722c622ee595407f8f6ebf516251bb28ab Mon Sep 17 00:00:00 2001 From: Ian Roquebert <72234714+gzpcho@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:13:04 +0000 Subject: [PATCH] Style new field similar to other form fields --- .../templates/clusters/cluster_capacity.tmpl | 14 ++++++++------ .../templates/clusters/cluster_configuration.html | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) 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 %}