Add Environment property is_pending back because it is used in the UI to display the "Pending Creation" tag

This commit is contained in:
leigh-mil
2020-02-06 11:03:04 -05:00
parent 406c2af811
commit 2c8f4eeaa0
3 changed files with 6 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
<span>
{{ env['name'] }}
</span>
{{ Label(type="pending_creation", classes='label--below')}}
{{ Label(type="pending_creation")}}
{%- endif %}
{% if user_can(permissions.EDIT_ENVIRONMENT) -%}
{{