From f5b9496b6d2a5c3863214bde480247f2db7d5900 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Wed, 6 Jan 2016 20:48:53 -0800 Subject: add compact view --- app/components/plan-node/plan-node.html | 42 +++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 18 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 fdc2c89..a9295dd 100644 --- a/app/components/plan-node/plan-node.html +++ b/app/components/plan-node/plan-node.html @@ -1,32 +1,38 @@ -
+

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

- {{duration}}{{durationUnit}} | - {{executionTimePercent}}% + + {{duration}} + {{durationUnit}} | {{executionTimePercent}} + % +
- -
- on - {{node[_planService.SCHEMA_PROP]}}.{{node[_planService.RELATION_NAME_PROP]}} - ({{node[_planService.ALIAS_PROP]}}) -
- -
- by {{node[_planService.GROUP_KEY_PROP]}}
-
- by {{node[_planService.SORT_KEY_PROP]}}
-
{{node[_planService.JOIN_TYPE_PROP]}} - join
-
- using {{node[_planService.INDEX_NAME_PROP]}}
+
+
+ on + {{node[_planService.SCHEMA_PROP]}}.{{node[_planService.RELATION_NAME_PROP]}} + ({{node[_planService.ALIAS_PROP]}}) +
+
+ by {{node[_planService.GROUP_KEY_PROP]}}
+
+ by {{node[_planService.SORT_KEY_PROP]}}
+
{{node[_planService.JOIN_TYPE_PROP]}} + join
+
+ using {{node[_planService.INDEX_NAME_PROP]}}
+
+ on {{node[_planService.HASH_CONDITION_PROP]}}
+
{{tag}}
-- cgit v1.2.3