diff --git a/app/hosts/templates/index/template.hbs b/app/hosts/templates/index/template.hbs index 8f2ae40df..e13d61367 100644 --- a/app/hosts/templates/index/template.hbs +++ b/app/hosts/templates/index/template.hbs @@ -20,11 +20,16 @@ as |section| }} {{#if (eq section 'header')}} - {{action-menu model=host class="pull-right m-10"}} -
+
+
+ Template + {{action-menu model=host class="pull-right"}} +
+
+
{{else if (eq section 'body')}}

{{host.name}}

-
+
{{host.description}}
{{else if (eq section 'footer')}} diff --git a/app/styles/components/_catalog-box.scss b/app/styles/components/_catalog-box.scss index 1006a2bef..927427aa1 100644 --- a/app/styles/components/_catalog-box.scss +++ b/app/styles/components/_catalog-box.scss @@ -47,7 +47,7 @@ $lines-to-show: 4; } &.machine { - height: 245px; + // height: 245px; h5 { padding-top: 5px; @@ -58,7 +58,7 @@ $lines-to-show: 4; } &.cloud-host { @extend .machine; - height: 260px; + // height: 260px; .help-text { color: $accent-two; }