Skip to content

Commit

Permalink
[bugfix] fix monitor detail display error (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 authored Sep 4, 2024
1 parent ef37791 commit 74ed750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
></app-monitor-data-chart>
</div>
</nz-tab>
<nz-tab *ngIf="monitor.grafanaDashboard.enabled" [nzTitle]="title3Template">
<nz-tab *ngIf="monitor.grafanaDashboard && monitor.grafanaDashboard.enabled" [nzTitle]="title3Template">
<ng-template #title3Template>
<i nz-icon nzType="line-chart" style="margin-left: 10px"></i>
Grafana
Expand Down

0 comments on commit 74ed750

Please sign in to comment.