Toggle on click

- New copy to the translations file
- CSS is not updated
This commit is contained in:
Montana
2019-05-08 09:40:02 -04:00
parent 4c2b6c331b
commit 41818d7955
4 changed files with 53 additions and 0 deletions

View File

@@ -69,6 +69,10 @@
{% if user_can(permissions.EDIT_APPLICATION) %}
{% include "fragments/applications/edit_environments.html" %}
{% if user_can(permissions.CREATE_ENVIRONMENT) %}
{% include "fragments/applications/add_new_environment.html" %}
{% endif %}
{% elif user_can(permissions.VIEW_ENVIRONMENT) %}
{% include "fragments/applications/read_only_environments.html" %}
{% endif %}