Add help tooltip to total spend field
This commit is contained in:
parent
74ea11a1c5
commit
32a8169712
@ -76,7 +76,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
||||||
{{ TextInput(f.dollar_value, validation='dollars', placeholder='$0') }}
|
{{ 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.') }}
|
||||||
{{ DateInput(f.start_date, placeholder='MM / DD / YYYY', validation='date') }}
|
{{ DateInput(f.start_date, placeholder='MM / DD / YYYY', validation='date') }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user