Replace vmAvailabilityZoneWarning with showVmSizeAvailabilityWarning

This commit is contained in:
Catherine Luse 2022-12-19 17:26:00 -07:00
parent 15bef69931
commit fb6c5f0baa
1 changed files with 2 additions and 2 deletions

View File

@ -182,9 +182,9 @@
optionValuePath="value"
value=config.availabilityZone
}}
{{#if showVmAvailabilityZoneWarning}}
{{#if showVmSizeAvailabilityWarning}}
{{#banner-message color="bg-error"}}
<p>{{vmAvailabilityZoneWarning}}</p>
<p>{{vmSizeAvailabilityWarning}}</p>
{{/banner-message}}
{{/if}}
</div>