create new cluster

This commit is contained in:
Vincent Fiduccia 2017-08-08 15:38:10 -07:00
parent e9a85fc468
commit 80f3b387f2
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
<div class="help-block" class="mb-20"> <div class="help-block" class="mb-20">
<div>Define and manage hosts within {{settings.appName}}.</div> <div>Define and manage hosts within {{settings.appName}}.</div>
</div> </div>
{{#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}}
</div> </div>
<div class="col span-6 p-20" style="background-color: white"> <div class="col span-6 p-20" style="background-color: white">
<h3>Import a Cluster</h3> <h3>Import a Cluster</h3>

View File

@ -17,8 +17,8 @@ BODY {
#application { #application {
padding-top: 10px; padding-top: 10px;
padding-bottom: 60px; // So the footer doesn't cover the end of the body padding-bottom: 70px; // So the footer doesn't cover the end of the body
min-height: 130px; // header + footer + a bit min-height: 150px; // header + footer + a bit
} }
// Articles (above the page info/warnings) // Articles (above the page info/warnings)