From d89ddcf3532937d395898f255c42f3d26303f1c4 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Mon, 4 Jan 2016 19:42:44 -0800 Subject: add integrated query view with syntax highlighting --- app/components/plan-node/plan-node.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 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 49380a2..ddf6722 100644 --- a/app/components/plan-node/plan-node.html +++ b/app/components/plan-node/plan-node.html @@ -1,12 +1,18 @@
-

{{node['Node Type'] | uppercase}}

+

{{node['Node Type'] | uppercase}} +

{{duration}}{{durationUnit}} | {{executionTimePercent}}%
-
on +
+ + + on {{node['Schema']}}.{{node['Relation Name']}} ({{node['Alias']}})
@@ -41,10 +47,18 @@ {{prop.value}} + +
+ +

query

+
+
-- cgit v1.2.3