From e17c588c867c97f71ba0259c8c8747f172ae71d7 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Wed, 5 Feb 2025 22:12:38 +0100 Subject: [PATCH] move reservation to resources group --- templates/macros/table/config/home.jinja | 4 ++-- templates/macros/table/config/workshop.jinja | 4 ++-- templates/macros/table/config/workshop_manager.jinja | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/macros/table/config/home.jinja b/templates/macros/table/config/home.jinja index db6bf62..3d2f24e 100644 --- a/templates/macros/table/config/home.jinja +++ b/templates/macros/table/config/home.jinja @@ -393,7 +393,7 @@ "type": "select", "options": { "show": false, - "group": "hpc" + "group": "resources" } }, "label": { @@ -724,4 +724,4 @@ } } } -}%} \ No newline at end of file +}%} diff --git a/templates/macros/table/config/workshop.jinja b/templates/macros/table/config/workshop.jinja index c3441cb..c8ce3bf 100644 --- a/templates/macros/table/config/workshop.jinja +++ b/templates/macros/table/config/workshop.jinja @@ -392,7 +392,7 @@ "input": { "type": "select", "options": { - "group": "hpc", + "group": "resources", "show": false } }, @@ -686,4 +686,4 @@ } } } -}%} \ No newline at end of file +}%} diff --git a/templates/macros/table/config/workshop_manager.jinja b/templates/macros/table/config/workshop_manager.jinja index 9087a05..2602a84 100644 --- a/templates/macros/table/config/workshop_manager.jinja +++ b/templates/macros/table/config/workshop_manager.jinja @@ -554,7 +554,7 @@ "input": { "type": "select", "options": { - "group": "hpc", + "group": "resources", "show": false, "collectstatic": true, "enabled": false, @@ -770,4 +770,4 @@ } } } -} %} \ No newline at end of file +} %} -- GitLab