From 7ab98b0ff9c0833e773ed64d31b658dcebb8378a Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Sat, 13 Aug 2016 18:25:17 -0700 Subject: [PATCH] Show service transitioning message (#819) --- app/components/stack-section/template.hbs | 3 +++ app/templates/service-addtl-info.hbs | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/components/stack-section/template.hbs b/app/components/stack-section/template.hbs index 4d14c5dd8..8d4fcc03f 100644 --- a/app/components/stack-section/template.hbs +++ b/app/components/stack-section/template.hbs @@ -91,6 +91,9 @@ {{#if service.hasSidekicks}} {{t 'stackSection.sidekick' numSidekicks=service.secondaryLaunchConfigs.length}} {{/if}} + {{#if service.showTransitioningMessage}} + ({{service.transitioningMessage}}) + {{/if}} diff --git a/app/templates/service-addtl-info.hbs b/app/templates/service-addtl-info.hbs index c16447d3c..54e9efb00 100644 --- a/app/templates/service-addtl-info.hbs +++ b/app/templates/service-addtl-info.hbs @@ -6,8 +6,11 @@
{{action-menu model=service size='xs'}}
- + {{#if service.showTransitioningMessage}} + {{service.transitioningMessage}} + {{/if}}
+