mirror of https://github.com/rancher/ui.git
Move cloud provider help text
https://github.com/rancher/rancher/issues/15652
This commit is contained in:
parent
8dc7b67672
commit
18ed7b1c06
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue