Update copy on Technical Point of Contact form
This commit is contained in:
parent
50ac87576a
commit
a916633943
@ -120,7 +120,7 @@ class JEDIRequestFlow(object):
|
|||||||
"show": True,
|
"show": True,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Primary Point of Contact",
|
"title": "Workspace Owner",
|
||||||
"section": "primary_poc",
|
"section": "primary_poc",
|
||||||
"form": POCForm,
|
"form": POCForm,
|
||||||
"show": True,
|
"show": True,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% from "components/text_input.html" import TextInput %}
|
{% from "components/text_input.html" import TextInput %}
|
||||||
|
|
||||||
{% block subtitle %}
|
{% block subtitle %}
|
||||||
<h2>Primary Government/Military <br> Point of Contact (POC)</h2>
|
<h2>Designate a Workspace Owner</h2>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
@ -16,18 +16,17 @@
|
|||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>Please designate a Primary Point of Contact that will be responsible for owning the workspace in the JEDI Cloud.</p>
|
<p>The Workspace Owner is the primary point of contact and technical administrator of the JEDI Workspace and will have the following responsibilities:</p>
|
||||||
<p>The Point of Contact will become the primary owner of the <em>workspace</em> created to use the JEDI Cloud. As a workspace owner, this person will have the ability to:
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Create multiple application stacks and environments in the workspace to access the commercial cloud service provider portal</li>
|
<li>Organize your cloud-hosted systems into projects and environments</li>
|
||||||
<li>Add and manage users in the workspace</li>
|
<li>Add users to this workspace and manage members</li>
|
||||||
<li>View the budget and billing history related to this workspace</li>
|
<li>Manage access to the JEDI Cloud service provider’s portal</li>
|
||||||
<li>Manage access to the Cloud Service Provider's Console</li>
|
|
||||||
<li>Transfer Workspace ownership to another person</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<em>This POC may be you.</em>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>This person must be a DoD employee (not a contractor).</p>
|
||||||
|
<p>The Workspace Owner may be you. You will be able to add other administrators later. This person will be invited via email once your request is approved.</p>
|
||||||
|
|
||||||
{{ TextInput(f.fname_poc,placeholder='First Name') }}
|
{{ TextInput(f.fname_poc,placeholder='First Name') }}
|
||||||
{{ TextInput(f.lname_poc,placeholder='Last Name') }}
|
{{ TextInput(f.lname_poc,placeholder='Last Name') }}
|
||||||
{{ TextInput(f.email_poc,placeholder='jane@mail.mil', validation='email') }}
|
{{ TextInput(f.email_poc,placeholder='jane@mail.mil', validation='email') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user