mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
fix: color code or inactive channel
This commit is contained in:
parent
04f909329e
commit
a099af5bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<th mat-header-cell *matHeaderCellDef mat-sort-header arrowPosition="before" matTooltip="Active"></th>
|
||||
<td mat-cell *matCellDef="let channel">
|
||||
<span *ngIf="channel.active" class="dot green" matTooltip="Active" matTooltipPosition="right"></span>
|
||||
<span *ngIf="!channel.active" class="dot yellow" matTooltip="Inactive" matTooltipPosition="right"></span>
|
||||
<span *ngIf="!channel.active" class="dot grey" matTooltip="Inactive" matTooltipPosition="right"></span>
|
||||
</td>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="private">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue