Add help tooltip to total spend field

This commit is contained in:
luis cielak 2018-09-13 09:51:20 -04:00 committed by luisgov
parent 74ea11a1c5
commit 32a8169712

View File

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