]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
Sort channels by -updatedAt
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / +my-video-channels / my-video-channels.component.html
index 8d5eb04e271f8cdd8587a193aa24b24326ec0489..e41cbe921f3720eade830521f999bc591546f7ef 100644 (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>