rename Workspace to Portfolio in user-facing contexts
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
|
||||
<hr>
|
||||
<h2>
|
||||
Workspace Owner
|
||||
Portfolio Owner
|
||||
{% if editable %}
|
||||
<a href="{{ EditLink(3) }}" class="icon-link">
|
||||
{{ Icon('edit') }}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
{% from "components/checkbox_input.html" import CheckboxInput %}
|
||||
|
||||
{% block heading %}
|
||||
Designate a Workspace Owner
|
||||
Designate a Portfolio Owner
|
||||
{% endblock %}
|
||||
|
||||
{% block form %}
|
||||
@@ -14,17 +14,17 @@
|
||||
<poc inline-template v-bind:initial-data='{{ f.data|tojson }}'>
|
||||
<div>
|
||||
|
||||
<p>The Workspace Owner is the primary point of contact and technical administrator of the JEDI Cloud Workspace and will have the
|
||||
<p>The Portfolio Owner is the primary point of contact and technical administrator of the JEDI Cloud Portfolio and will have the
|
||||
following responsibilities:</p>
|
||||
<ul>
|
||||
<li>Organize your cloud-hosted systems into projects and environments</li>
|
||||
<li>Add users to this workspace and manage members</li>
|
||||
<li>Add users to this portfolio and manage members</li>
|
||||
<li>Manage access to the JEDI Cloud service provider’s portal</li>
|
||||
</ul>
|
||||
</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
|
||||
<p>The Portfolio 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>
|
||||
|
||||
{{ CheckboxInput(f.am_poc) }}
|
||||
|
Reference in New Issue
Block a user