secret packs viz
Some checks failed
CI / test (pull_request) Failing after 30s
API CI / api-tests (pull_request) Failing after 43s

This commit is contained in:
Tim Lorsbach
2026-07-25 22:50:20 +02:00
parent 9bf65d4319
commit b9c3618c41
5 changed files with 22 additions and 3 deletions

View File

@ -131,8 +131,9 @@
id="package-data-pool"
name="package-data-pool"
class="select select-bordered w-full"
:required="isSecret"
>
<option value="" disabled selected>Select Data Pool</option>
<option value="" disabled>Select Data Pool</option>
{% for obj in meta.secret_groups %}
<option value="{{ obj.url }}">{{ obj.name|safe }}</option>
{% endfor %}