aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-node/plan-node.html
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-06 21:33:50 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-06 21:33:50 -0800
commit7363d83b6df50f6cd31f15aebe2ace95d13a2e00 (patch)
treea6d16de185a96dea4178b3fbe5ebd99655e03015 /app/components/plan-node/plan-node.html
parentf5b9496b6d2a5c3863214bde480247f2db7d5900 (diff)
improve syntax highlighting
Diffstat (limited to 'app/components/plan-node/plan-node.html')
-rw-r--r--app/components/plan-node/plan-node.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/plan-node/plan-node.html b/app/components/plan-node/plan-node.html
index a9295dd..55809ca 100644
--- a/app/components/plan-node/plan-node.html
+++ b/app/components/plan-node/plan-node.html
@@ -10,7 +10,7 @@
</span>
</header>
- <button *ngIf="plan.formattedQuery && !viewOptions.showCompactView" tooltip="view corresponding query"
+ <button *ngIf="plan.query && !viewOptions.showCompactView" tooltip="view corresponding query"
class="btn btn-sm btn-default btn-slim pull-right" (click)="showQuery = !showQuery">
<i class="fa fa-database"></i>
</button>