forked from enviPath/enviPy
secret packs viz
This commit is contained in:
@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user