Use object for selector component
This commit is contained in:
@@ -106,27 +106,37 @@ COMPLETION_DATE_RANGES = [
|
||||
WORKSPACE_ROLES = [
|
||||
(
|
||||
"owner",
|
||||
"Workspace Owner",
|
||||
"Can add, edit, deactivate access to all projects, environments, and members. Can view budget reports. Can start and edit JEDI Cloud requests.",
|
||||
{
|
||||
"name": "Workspace Owner",
|
||||
"description": "Can add, edit, deactivate access to all projects, environments, and members. Can view budget reports. Can start and edit JEDI Cloud requests.",
|
||||
},
|
||||
),
|
||||
(
|
||||
"admin",
|
||||
"Administrator",
|
||||
"Can add and edit projects, environments, members, but cannot deactivate. Cannot view budget reports or JEDI Cloud requests.",
|
||||
{
|
||||
"name": "Administrator",
|
||||
"description": "Can add and edit projects, environments, members, but cannot deactivate. Cannot view budget reports or JEDI Cloud requests.",
|
||||
},
|
||||
),
|
||||
(
|
||||
"developer",
|
||||
"Developer",
|
||||
"Can view only the projects and environments they are granted access to. Can also view members associated with each environment.",
|
||||
{
|
||||
"name": "Developer",
|
||||
"description": "Can view only the projects and environments they are granted access to. Can also view members associated with each environment.",
|
||||
},
|
||||
),
|
||||
(
|
||||
"billing_auditor",
|
||||
"Billing Auditor",
|
||||
"Can view only the projects and environments they are granted access to. Can also view budgets and reports associated with the workspace.",
|
||||
{
|
||||
"name": "Billing Auditor",
|
||||
"description": "Can view only the projects and environments they are granted access to. Can also view budgets and reports associated with the workspace.",
|
||||
},
|
||||
),
|
||||
(
|
||||
"security_auditor",
|
||||
"Security Auditor",
|
||||
"Can view only the projects and environments they are granted access to. Can also view activity logs.",
|
||||
{
|
||||
"name": "Security Auditor",
|
||||
"description": "Can view only the projects and environments they are granted access to. Can also view activity logs.",
|
||||
},
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user