Change all instance of JEDI to JEDI Cloud

This commit is contained in:
luis cielak
2018-09-13 13:29:16 -04:00
committed by luisgov
parent b363fe04d6
commit 9308f0eb7b
12 changed files with 14 additions and 14 deletions

View File

@@ -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") }}

View File

@@ -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.") }}

View File

@@ -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'

View File

@@ -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>

View File

@@ -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>