Fix nullref exception showing query plan panel (#1516)

This commit is contained in:
Karl Burtram
2018-05-30 14:30:14 -07:00
committed by GitHub
parent 1a97e3de06
commit edc60e0ad1
3 changed files with 9 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
</ng-template>
</tab>
<tab *ngIf="hasQueryPlan" [visibilityType]="'visibility'" class="fullsize" [title]="topOperationsTitle">
<tab *ngIf="hasQueryPlan" [visibilityType]="'visibility'" class="fullsize" [title]="topOperationsTitle" [identifier]="topOperationsTabIdentifier">
<ng-template>
<div id="topOperationsDiv" class="fullsize">
<top-operations-component class="fullsize" style="display: block" [queryParameters]="queryParameters"></top-operations-component>