From a381ce7a0248518bdeb0c49083c87f7dc25c3321 Mon Sep 17 00:00:00 2001 From: lvuch Date: Fri, 19 May 2017 16:02:39 -0700 Subject: [PATCH 1/3] detail pages host and headers --- app/components/stack-app/template.hbs | 13 ++++----- app/container/template.hbs | 10 +++---- app/host/template.hbs | 38 +++++++++++++-------------- app/styles/components/_accordion.scss | 4 --- app/styles/components/_stack-app.scss | 10 +++---- app/styles/pages/_host.scss | 1 + translations/en-us.yaml | 4 +-- 7 files changed, 39 insertions(+), 41 deletions(-) diff --git a/app/components/stack-app/template.hbs b/app/components/stack-app/template.hbs index ba334eca0..5c1d828ed 100644 --- a/app/components/stack-app/template.hbs +++ b/app/components/stack-app/template.hbs @@ -2,14 +2,15 @@
-
-
+
+
{{action-menu model=model classNames="pull-right"}} -

+
{{#link-to "stack" projects.current.id model.id}}{{model.displayName}}{{/link-to}} -

+
-
+
+
{{progress-bar-multi labelKey="state" @@ -30,4 +31,4 @@
{{#if expanded}} -{{/if}} +{{/if}} \ No newline at end of file diff --git a/app/container/template.hbs b/app/container/template.hbs index e430f2586..407af5ff7 100644 --- a/app/container/template.hbs +++ b/app/container/template.hbs @@ -21,13 +21,13 @@