forked from enviPath/enviPy
Initial bayer app Show Pack Classification Adjusted docker compose to bayer specifics Adjusted Dockerfile for Bayer Adding secret flags to group, add secret pools to packages Adjusted View for Package creation Prep configs, added Package Create Modal wip More on PES wip wip
9 lines
221 B
HTML
9 lines
221 B
HTML
{% if meta.can_edit %}
|
|
<button
|
|
type="button"
|
|
class="btn btn-primary btn-sm"
|
|
onclick="document.getElementById('new_pes_modal').showModal(); return false;"
|
|
>
|
|
New PES
|
|
</button>
|
|
{% endif %} |