diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-06 21:33:50 -0800 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-06 21:33:50 -0800 |
commit | 7363d83b6df50f6cd31f15aebe2ace95d13a2e00 (patch) | |
tree | a6d16de185a96dea4178b3fbe5ebd99655e03015 /app/components/plan-node/plan-node.html | |
parent | f5b9496b6d2a5c3863214bde480247f2db7d5900 (diff) |
improve syntax highlighting
Diffstat (limited to 'app/components/plan-node/plan-node.html')
-rw-r--r-- | app/components/plan-node/plan-node.html | 2 |
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> |