Add a description to env roles modal

This commit is contained in:
Montana
2018-10-16 14:44:38 -04:00
parent 38610d0e0a
commit 77b88b0b3c
4 changed files with 14 additions and 3 deletions

View File

@@ -155,6 +155,11 @@ ENVIRONMENT_ROLES = [
),
]
ENV_ROLE_MODAL_DESCRIPTION = {
"header": "Assign Environment Role",
"body": "An environment role determines the permissions a member of the workspace assumes when using the JEDI Cloud.\n\nA member may have different environment roles across different projects. A member can only have one assigned environment role in a given environment.",
}
FUNDING_TYPES = [
("", "- Select -"),
("RDTE", "Research, Development, Testing & Evaluation (RDT&E)"),