Display a message on no channel

This commit is contained in:
Chocobozzz 2021-05-03 15:46:55 +02:00
parent 2e46eb9715
commit 1de8740195
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
</a>
</div>
<div class="no-results" i18n *ngIf="totalItems === 0">No channel found.</div>
<div class="video-channels">
<div *ngFor="let videoChannel of videoChannels; let i = index" class="video-channel">
<my-actor-avatar [channel]="videoChannel" [internalHref]="[ '/video-channels', videoChannel.nameWithHost ]"></my-actor-avatar>