Add block-list description
This commit is contained in:
parent
1badea30b7
commit
9b0cd0a8e4
@ -141,6 +141,51 @@ WORKSPACE_ROLES = [
|
|||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
ENVIRONMENT_ROLES = [
|
||||||
|
(
|
||||||
|
"developer",
|
||||||
|
{
|
||||||
|
"name": "Developer",
|
||||||
|
"description": "Configures cloud-based IaaS and PaaS computing, networking, and storage services.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"database_administrator",
|
||||||
|
{
|
||||||
|
"name": "Database Administrator",
|
||||||
|
"description": "Configures cloud-based database services.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"devops",
|
||||||
|
{
|
||||||
|
"name": "DevOps",
|
||||||
|
"description": "Provisions, deprovisions, and deploys cloud-based IaaS and PaaS computing, networking, and storage services, including pre-configured machine images.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"billing_administrator",
|
||||||
|
{
|
||||||
|
"name": "Billing Administrator",
|
||||||
|
"description": "Views cloud resource usage, budget reports, and invoices; Tracks budgets, including spend reports, cost planning and projections, and sets limits based on cloud service usage.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"security_administrator",
|
||||||
|
{
|
||||||
|
"name": "Security Administrator",
|
||||||
|
"description": "Accesses information security and control tools of cloud resources which include viewing cloud resource usage logging, user roles and permissioning history.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"financial_auditor",
|
||||||
|
{
|
||||||
|
"name": "Financial Auditor",
|
||||||
|
"description": "Views cloud resource usage and budget reports.",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
]
|
||||||
|
|
||||||
FUNDING_TYPES = [
|
FUNDING_TYPES = [
|
||||||
("", "- Select -"),
|
("", "- Select -"),
|
||||||
("RDTE", "Research, Development, Testing & Evaluation (RDT&E)"),
|
("RDTE", "Research, Development, Testing & Evaluation (RDT&E)"),
|
||||||
|
@ -56,6 +56,10 @@
|
|||||||
Environment access for Danny Knight
|
Environment access for Danny Knight
|
||||||
<div class='subtitle'>Project Name - Environment Name</div>
|
<div class='subtitle'>Project Name - Environment Name</div>
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="block-list__description">
|
||||||
|
<p>An environment role determines the permissions a member of the workspace assumes when using the JEDI Cloud.</p>
|
||||||
|
<p>A member may have different environment roles across different projects. A member can only have one assigned environment role in a given environment.</p>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<form method="post" action="">
|
<form method="post" action="">
|
||||||
@ -95,7 +99,7 @@
|
|||||||
<label for='radio-'>
|
<label for='radio-'>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Billing Administrator</dt>
|
<dt>Billing Administrator</dt>
|
||||||
<dd>Views cloud resource usage, budget reports, and invoices; Tracks budgets, including spend reports, cost planning and projections, and sets limits based on cloud service usage.</dd>
|
<dd>Views cloud resource usage, budget reports, and invoices; tracks budgets, including spend reports, cost planning and projections, and sets limits based on cloud service usage.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user