diff --git a/lib/shared/addon/components/cru-cloud-provider/template.hbs b/lib/shared/addon/components/cru-cloud-provider/template.hbs index 18e44dd28..791f9e929 100644 --- a/lib/shared/addon/components/cru-cloud-provider/template.hbs +++ b/lib/shared/addon/components/cru-cloud-provider/template.hbs @@ -1,4 +1,9 @@ +{{#if (and (eq driver 'custom') (eq selectedCloudProvider 'none'))}} +
+ {{banner-message color="bg-info mt-0 mb-0" icon="icon-info" message=(t 'cloudProvider.custom.notInList' htmlSafe=true)}} +
+{{/if}}
@@ -40,11 +45,6 @@
{{/unless}} - {{#if (and (eq driver 'custom') (eq selectedCloudProvider 'none'))}} -
- {{banner-message color="bg-info" icon="icon-info" message=(t 'cloudProvider.custom.notInList' htmlSafe=true)}} -
- {{/if}}