diff --git a/templates/macros/table/config/home.jinja b/templates/macros/table/config/home.jinja index db6bf620cc83d34bd90a622ed238cd5006f3da5a..3d2f24ebe7ca1bdf6a1d203e91b258ab5e691bec 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 c3441cbdb0648376c29aa84aba787bba47cf81f2..c8ce3bf1f53081218b087640b2ec5625e3795458 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 9087a05661d6aa49fecc9872646f5d1ae545ba3c..2602a84c489676640b676bbebb748bb8df7524ae 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 +} %}