From 80f3b387f2d7c08d20235873e8331d8336067d0c Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Tue, 8 Aug 2017 15:38:10 -0700 Subject: [PATCH] create new cluster --- app/components/orchestration-welcome/template.hbs | 2 +- app/styles/layout/_layout.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)