add request name

This commit is contained in:
dandds
2018-09-19 09:06:30 -04:00
parent e34b1b55d0
commit ec5c3e8ce8
8 changed files with 40 additions and 1 deletions

View File

@@ -78,6 +78,7 @@
{{ 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') }}
{{ TextInput(f.name, placeholder='Request Name', validation='workspaceName') }}
</div>
</details-of-use>