mirror of https://github.com/rancher/ui.git
create new cluster
This commit is contained in:
parent
e9a85fc468
commit
80f3b387f2
|
|
@ -44,7 +44,7 @@
|
|||
<div class="help-block" class="mb-20">
|
||||
<div>Define and manage hosts within {{settings.appName}}.</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 class="col span-6 p-20" style="background-color: white">
|
||||
<h3>Import a Cluster</h3>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue