{% extends "portfolios/base.html" %} {% from "components/alert.html" import Alert %} {% from "components/icon.html" import Icon %} {% from "components/modal.html" import Modal %} {% from "components/text_input.html" import TextInput %} {% block portfolio_content %} {% set modalName = "newApplicationConfirmation" %} {% include "fragments/flash.html" %} {% call Modal(name=modalName, dismissable=False) %} Create application !{ name } When you click Create Application, the environments !{environment.name}, will be created as individual cloud resource groups under !{ name } application. Create Application Cancel {% endcall %} {% include "fragments/edit_application_form.html" %} {# this extra div prevents this bug: https://www.pivotaltracker.com/story/show/160768940 #} {{ Alert(message=None, level="error", vue_template=True) }} Application Environments Each environment created within an application is an enclave of cloud resources that is logically separated from each other for increased security. Environment Name {{ Icon('trash') }} Remove Create Application {% endblock %}
When you click Create Application, the environments !{environment.name}, will be created as individual cloud resource groups under !{ name } application.
Each environment created within an application is an enclave of cloud resources that is logically separated from each other for increased security.