From 6e3792384a9c665189032b4e0ac50e41deafc4a8 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Wed, 13 Jan 2016 09:29:14 -0800 Subject: move duration formatting into separate pipes --- app/components/plan-node/plan-node.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/components/plan-node/plan-node.html') diff --git a/app/components/plan-node/plan-node.html b/app/components/plan-node/plan-node.html index 1b53c9c..da8cc00 100644 --- a/app/components/plan-node/plan-node.html +++ b/app/components/plan-node/plan-node.html @@ -3,8 +3,8 @@

{{node[_planService.NODE_TYPE_PROP] | uppercase}}

- {{duration}} - {{durationUnit}} | {{executionTimePercent}} + {{node[_planService.ACTUAL_DURATION_PROP] | duration}} + {{node[_planService.ACTUAL_DURATION_PROP] | durationUnit}} | {{executionTimePercent}} % -- cgit v1.2.3