From 1d1db793b99b3fd414b1ab695eefb597d7c534ff Mon Sep 17 00:00:00 2001 From: Benoit Seignovert Date: Wed, 31 Jan 2024 11:20:56 +0100 Subject: [PATCH] Update interactive form buttons style --- src/glicid_spawner/templates/interactive.html | 58 ++++++++++++------- 1 file changed, 36 insertions(+), 22 deletions(-) diff --git a/src/glicid_spawner/templates/interactive.html b/src/glicid_spawner/templates/interactive.html index 315452d..05978c8 100644 --- a/src/glicid_spawner/templates/interactive.html +++ b/src/glicid_spawner/templates/interactive.html @@ -19,13 +19,13 @@
{%- for cpu in cpu_available -%} - +
+ + +
{% endfor -%}
@@ -33,13 +33,13 @@
{%- for ram in ram_available -%} - +
+ + +
{% endfor -%}
@@ -47,13 +47,13 @@
{%- for gpu in gpu_available -%} - +
+ + +
{% endfor -%}
@@ -66,9 +66,23 @@