diff options
Diffstat (limited to 'app/components')
-rw-r--r-- | app/components/plan-node/plan-node.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/plan-node/plan-node.html b/app/components/plan-node/plan-node.html index 60cdf50..86db018 100644 --- a/app/components/plan-node/plan-node.html +++ b/app/components/plan-node/plan-node.html @@ -35,6 +35,9 @@ using</span> {{node[_planService.INDEX_NAME_PROP]}}</div> <div class="relation-name" *ngIf="node[_planService.HASH_CONDITION_PROP]"><span class="text-muted"> on</span> {{node[_planService.HASH_CONDITION_PROP]}}</div> + <div class="relation-name" *ngIf="node[_planService.CTE_NAME_PROP]"> + <span class="text-muted">CTE</span> {{node[_planService.CTE_NAME_PROP]}} + </div> </div> <div class="tags" *ngIf="viewOptions.showTags && tags.length > 0"> |