Delete environments from an application

This commit is contained in:
George Drummond
2019-04-29 16:11:15 -04:00
parent d8771accca
commit 037fe09163
4 changed files with 91 additions and 1 deletions

View File

@@ -2,6 +2,11 @@ from flask import flash, render_template_string
from atst.utils.localization import translate
MESSAGES = {
"environment_deleted": {
"title_template": "{{ environment_name }} deleted",
"message_template": 'The environment "{{ environment_name }}" has been deleted',
"category": "success",
},
"application_environments_updated": {
"title_template": "Application environments updated",
"message_template": "Application environments have been updated",