diff options
Diffstat (limited to 'app/components/plan-view/plan-view.html')
-rw-r--r-- | app/components/plan-view/plan-view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/plan-view/plan-view.html b/app/components/plan-view/plan-view.html index c63c4d1..268bdac 100644 --- a/app/components/plan-view/plan-view.html +++ b/app/components/plan-view/plan-view.html @@ -55,6 +55,7 @@ <span class="stat-value">{{plan.planStats.maxCost | number:'.0-2'}}</span> <span class="stat-label">costliest node</span> </div> + <div class="btn-close" (click)="viewOptions.showPlanStats = false"><i class="fa fa-close"></i></div> </div> <div class="plan"> |