Merge pull request #815 from dod-ccpo/add-new-env-app-settings
Add New Environment via app settings
This commit is contained in:
@@ -69,6 +69,7 @@ flash:
|
||||
congrats: Congrats!
|
||||
delete_member_success: 'You have successfully deleted {member_name} from the portfolio.'
|
||||
deleted_member: Portfolio member deleted
|
||||
environment_added: 'The environment "{env_name}" has been added to the application.'
|
||||
login_required_message: After you log in, you will be redirected to your destination page.
|
||||
login_required_title: Log in required
|
||||
new_portfolio: You've created a new JEDI portfolio and jump-started your first task order!
|
||||
@@ -420,6 +421,8 @@ portfolios:
|
||||
add_another_environment: Add another environment
|
||||
app_settings_text: App settings
|
||||
create_button_text: Create
|
||||
create_new_env: Create a new environment.
|
||||
create_new_env_info: Creating an environment gives you access to the Cloud Service Provider. This environment will function within the constraints of the task order, and any costs will be billed against the portfolio.
|
||||
csp_console_text: CSP console
|
||||
remove_member:
|
||||
alert:
|
||||
@@ -431,6 +434,7 @@ portfolios:
|
||||
message: You will lose access to this application and all of its reporting and metrics tools. The activity log will be retained.
|
||||
button: Delete application
|
||||
header: Are you sure you want to delete this application?
|
||||
enter_env_name: "Enter environment name:"
|
||||
environments:
|
||||
name: Name
|
||||
delete:
|
||||
|
||||
Reference in New Issue
Block a user