Functionality for adding an env

- uses two route functions - one for update app, another for add
environment
- uses a second form for the app settings page
- uses the /environments/new url naming convention
This commit is contained in:
Montana
2019-05-08 13:53:56 -04:00
parent 41818d7955
commit f07ea38b9b
4 changed files with 85 additions and 22 deletions

View File

@@ -128,9 +128,6 @@
</div>
<div class="panel__footer">
<div class="action-group">
<a class='icon-link'>
{{ "portfolios.applications.add_environment" | translate }}
{{ Icon('plus') }}
</a>
</div>
</div>