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 ++++--- app/components/plan-view/plan-view.html | 19 ++++++++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) (limited to 'app/components') 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
diff --git a/app/components/plan-view/plan-view.html b/app/components/plan-view/plan-view.html index 6d6e5d4..0953603 100644 --- a/app/components/plan-view/plan-view.html +++ b/app/components/plan-view/plan-view.html @@ -27,18 +27,31 @@
  • - + + + +
    {{plan.planStats.executionTime | duration}} -- cgit v1.2.3