From 18ed7b1c064f1b5beedf00850ee91236f1c28894 Mon Sep 17 00:00:00 2001 From: loganhz Date: Wed, 19 Sep 2018 10:41:41 +0800 Subject: [PATCH] Move cloud provider help text https://github.com/rancher/rancher/issues/15652 --- .../addon/components/cru-cloud-provider/template.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}}