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-view/plan-view.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/components/plan-view/plan-view.html') diff --git a/app/components/plan-view/plan-view.html b/app/components/plan-view/plan-view.html index c05a30e..6d6e5d4 100644 --- a/app/components/plan-view/plan-view.html +++ b/app/components/plan-view/plan-view.html @@ -41,16 +41,16 @@

{{plan.name}}

- {{executionTime}} - execution time ({{executionTimeUnit}}) + {{plan.planStats.executionTime | duration}} + execution time ({{plan.planStats.executionTime | durationUnit}})
{{plan.planStats.planningTime | number:'.0-2'}} planning time (ms)
- {{plan.planStats.maxDuration | number:'.0-2'}} - slowest node (ms) + {{plan.planStats.maxDuration | duration}} + slowest node ({{plan.planStats.maxDuration | durationUnit}})
{{plan.planStats.maxRows | number:'.0-2'}} -- cgit v1.2.3