bug 13080: instance wizard - basic zone - step 5 - when no networks nor security groups to select from, show text "The zone you selected does not have any choices for network selection" instead of "Either you select a basic zone whose guest network does not include security group service or your selected hypervisor does not have any additional network features or you don't have any zone that has security group enabled."

This commit is contained in:
Jessica Wang 2012-02-01 14:31:47 -08:00
parent c7460ae962
commit 9687bb51ef

View File

@ -183,8 +183,7 @@
<div class="network" wizard-step-id="network">
<!-- 5a: Network description -->
<div class="wizard-step-conditional nothing-to-select">
<p>Either you select a basic zone whose guest network does not include security group service or your selected hypervisor does not have any additional network features or you don't have any zone that has security group enabled.</p>
<p>Thus, no additional network features.</p>
<p>The zone you selected does not have any choices for network selection</p>
<p>Please proceed to the next step.</p>
</div>