diff --git a/app/components/orchestration-welcome/template.hbs b/app/components/orchestration-welcome/template.hbs
index 1a236561a..39f9ac7a7 100644
--- a/app/components/orchestration-welcome/template.hbs
+++ b/app/components/orchestration-welcome/template.hbs
@@ -44,7 +44,7 @@
Define and manage hosts within {{settings.appName}}.
- {{#link-to "authenticated.project.k8s-import" projects.current.id class="btn bg-primary"}}Select{{/link-to}}
+ {{#link-to "hosts.new" class="btn bg-primary"}}Select{{/link-to}}
Import a Cluster
diff --git a/app/styles/layout/_layout.scss b/app/styles/layout/_layout.scss
index 50e9bbcfe..80a24370c 100644
--- a/app/styles/layout/_layout.scss
+++ b/app/styles/layout/_layout.scss
@@ -17,8 +17,8 @@ BODY {
#application {
padding-top: 10px;
- padding-bottom: 60px; // So the footer doesn't cover the end of the body
- min-height: 130px; // header + footer + a bit
+ padding-bottom: 70px; // So the footer doesn't cover the end of the body
+ min-height: 150px; // header + footer + a bit
}
// Articles (above the page info/warnings)