Change all instance of JEDI to JEDI Cloud
This commit is contained in:
parent
b363fe04d6
commit
9308f0eb7b
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>{% block title %}JEDI{% endblock %}</title>
|
||||
<title>{% block title %}JEDI Cloud{% endblock %}</title>
|
||||
{% assets "css" %}
|
||||
<link rel="stylesheet" href="{{ ASSET_URL }}" type="text/css">
|
||||
{% endassets %}
|
||||
|
@ -7,5 +7,5 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Learn more about the JEDI Task Order and the Financial Verification process.
|
||||
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</p>
|
||||
|
@ -31,5 +31,5 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Learn more about the JEDI Task Order and the Financial Verification process.
|
||||
Learn more about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</p>
|
||||
|
@ -8,5 +8,5 @@
|
||||
details about the task order in the Financial Verification step.
|
||||
</p>
|
||||
<p>
|
||||
<i>Learn more</i> about the JEDI Task Order and the Financial Verification process.
|
||||
<i>Learn more</i> about the JEDI Cloud Task Order and the Financial Verification process.
|
||||
</p>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<header class="topbar">
|
||||
<nav class="topbar__navigation">
|
||||
<a href="{{ url_for('atst.home') }}" class="topbar__link topbar__link--shield" title="JEDI Home">
|
||||
<a href="{{ url_for('atst.home') }}" class="topbar__link topbar__link--shield" title="JEDI Cloud Home">
|
||||
{{ Icon('shield', classes='topbar__link-icon') }}
|
||||
</a>
|
||||
|
||||
|
@ -39,11 +39,11 @@
|
||||
|
||||
{{ DefinitionReviewField("DoD Component", "details_of_use", "dod_component", filter="getOptionLabel", filter_args=[service_branches]) }}
|
||||
|
||||
{{ DefinitionReviewField("JEDI Usage", "details_of_use", "jedi_usage") }}
|
||||
{{ DefinitionReviewField("JEDI Cloud Usage", "details_of_use", "jedi_usage") }}
|
||||
|
||||
{{ DefinitionReviewField("Number of software systems", "details_of_use", "num_software_systems", filter="readableInteger") }}
|
||||
|
||||
{{ DefinitionReviewField("JEDI Migration", "details_of_use", "jedi_migration") }}
|
||||
{{ DefinitionReviewField("JEDI Cloud Migration", "details_of_use", "jedi_migration") }}
|
||||
|
||||
{% if data['details_of_use']['jedi_migration'] == 'yes' %}
|
||||
{{ DefinitionReviewField("Rationalization of Software Systems", "details_of_use", "rationalization_software_systems") }}
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
<h3>Instructions for the Requestor</h3>
|
||||
|
||||
Provide instructions or notes for additional information that is necessary to approve the request here. The requestor may then re-submit the updated request or initiate contact outside of AT-AT if further discussion is required. <b>These notes will be visible to the person making the JEDI request</b>.
|
||||
Provide instructions or notes for additional information that is necessary to approve the request here. The requestor may then re-submit the updated request or initiate contact outside of AT-AT if further discussion is required. <b>These notes will be visible to the person making the JEDI Cloud request</b>.
|
||||
|
||||
{{ TextInput(f.comment, paragraph=True, placeholder="Add notes or comments explaining what changes are being requested or why further discussion is needed about this request.") }}
|
||||
|
||||
|
@ -36,8 +36,8 @@
|
||||
{% if not requests %}
|
||||
|
||||
{{ EmptyState(
|
||||
'You currently have no JEDI workspaces.',
|
||||
sub_message='A JEDI Workspace is where you manage your projects and control user access to those projects.',
|
||||
'You currently have no JEDI Cloud workspaces.',
|
||||
sub_message='A JEDI Cloud Workspace is where you manage your projects and control user access to those projects.',
|
||||
action_label='Create a new JEDI Cloud Request',
|
||||
action_href=url_for('requests.requests_form_new', screen=1),
|
||||
icon='document'
|
||||
|
@ -76,7 +76,7 @@
|
||||
</template>
|
||||
</transition>
|
||||
|
||||
{{ TextInput(f.dollar_value, validation='dollars', placeholder='$0', tooltip='You may specify a different Total Spend amount to cover other JEDI Cloud services that the JEDI cost calculator was not able to estimate. Examples may include support packages from the cloud service provider.') }}
|
||||
{{ TextInput(f.dollar_value, validation='dollars', placeholder='$0', tooltip='You may specify a different Total Spend amount to cover other JEDI Cloud services that the JEDI Cloud cost calculator was not able to estimate. Examples may include support packages from the cloud service provider.') }}
|
||||
{{ DateInput(f.start_date, placeholder='MM / DD / YYYY', validation='date') }}
|
||||
|
||||
</div>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<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 Workspace and will have the
|
||||
<p>The Workspace Owner is the primary point of contact and technical administrator of the JEDI Cloud Workspace and will have the
|
||||
following responsibilities:</p>
|
||||
<ul>
|
||||
<li>Organize your cloud-hosted systems into projects and environments</li>
|
||||
|
@ -13,7 +13,7 @@
|
||||
'There are currently no members in this Workspace.',
|
||||
action_label='Invite a new Member' if user_can_invite else None,
|
||||
action_href='/members/new' if user_can_invite else None,
|
||||
sub_message=None if user_can_invite else 'Please contact your JEDI workspace administrator to invite new members.',
|
||||
sub_message=None if user_can_invite else 'Please contact your JEDI Cloud workspace administrator to invite new members.',
|
||||
icon='avatar'
|
||||
) }}
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
action_label='Add a New Project' if can_create_projects else None,
|
||||
action_href=url_for('workspaces.new_project', workspace_id=workspace.id) if can_create_projects else None,
|
||||
icon='cloud',
|
||||
sub_message=None if can_create_projects else 'Please contact your JEDI workspace administrator to set up a new project.'
|
||||
sub_message=None if can_create_projects else 'Please contact your JEDI Cloud workspace administrator to set up a new project.'
|
||||
) }}
|
||||
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user