Skip to content

Commit

Permalink
affichage chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ben33880 committed Jan 16, 2024
1 parent 5971428 commit a664fed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row row-cols-1 row-cols-md-2 g-4 mt-1">
<div class="col">
<div class="card" *ngIf="chart && !plugin?.Zigpy">
<div class="col" *ngIf=!plugin?.Zigpy">
<div class="card" *ngIf="chart">
<div class="card-header fw-bold" translate="network.stats.detail.visu.header"></div>
<div class="card-body">
<p class="card-text" [innerHTML]="'network.stats.detail.visu.subtitle' | translate"></p>
Expand Down

0 comments on commit a664fed

Please sign in to comment.