{% extends "workspaces/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 workspace_content %} {% set modalName = "newProjectConfirmation" %} {% include "fragments/flash.html" %} {% call Modal(name=modalName, dismissable=False) %} Create project !{ name } When you click Create Project, the environments !{environment.name}, will be created as individual cloud resource groups under !{ name } project. Create Project Cancel {% endcall %} {% include "fragments/edit_project_form.html" %} {# this extra div prevents this bug: https://www.pivotaltracker.com/story/show/160768940 #} {{ Alert(message=None, level="error", vue_template=True) }} Project Environments Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security. Environment Name {{ Icon('trash') }} Remove Create Project {% endblock %}
When you click Create Project, the environments !{environment.name}, will be created as individual cloud resource groups under !{ name } project.
Each environment created within a project is an enclave of cloud resources that is logically separated from each other for increased security.