Move cloud provider help text

https://github.com/rancher/rancher/issues/15652
This commit is contained in:
loganhz 2018-09-19 10:41:41 +08:00
parent 8dc7b67672
commit 18ed7b1c06
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,9 @@
<label class="acc-label mt-5">{{t 'cloudProvider.title'}}</label>
{{#if (and (eq driver 'custom') (eq selectedCloudProvider 'none'))}}
<div class="col span-12">
{{banner-message color="bg-info mt-0 mb-0" icon="icon-info" message=(t 'cloudProvider.custom.notInList' htmlSafe=true)}}
</div>
{{/if}}
<div class="row">
<div class="col span-6">
<div class="radio">
@ -40,11 +45,6 @@
</div>
</div>
{{/unless}}
{{#if (and (eq driver 'custom') (eq selectedCloudProvider 'none'))}}
<div class="col span-6">
{{banner-message color="bg-info" icon="icon-info" message=(t 'cloudProvider.custom.notInList' htmlSafe=true)}}
</div>
{{/if}}
</div>
<div class="col span-12">