From 6859cd9a595ca24c2a6b07b06c315871a1ed7331 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Thu, 14 Jan 2016 08:25:57 -0800 Subject: menu and node display UI tweaks --- app/components/plan-node/plan-node.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/components/plan-node') diff --git a/app/components/plan-node/plan-node.html b/app/components/plan-node/plan-node.html index da8cc00..5ddf55c 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}}

- {{node[_planService.ACTUAL_DURATION_PROP] | duration}} - {{node[_planService.ACTUAL_DURATION_PROP] | durationUnit}} | {{executionTimePercent}} + {{node[_planService.ACTUAL_DURATION_PROP] | duration}}{{node[_planService.ACTUAL_DURATION_PROP] | durationUnit}} + | {{executionTimePercent}} % @@ -49,7 +49,7 @@
over estimated rows under estimated rows - by {{plannerRowEstimateValue}}x + by {{plannerRowEstimateValue | number}}x
@@ -63,6 +63,7 @@ {{prop.value}} +
*Pev calculated value
-- cgit v1.2.3