X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowing-list%2Ffollowing-list.component.html;h=106e1805ef244e4df2cf9f8c1d47cc1d13a66046;hb=c2faa073d113f410275021ed4de4b60fef118c13;hp=5bc8fbc2d49c53c05779f086206a70872b9dc11d;hpb=6d8c8ea73a774c3568e6d28a4cbebcf7979d5c2a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html index 5bc8fbc2d..106e1805e 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.html +++ b/client/src/app/+admin/follows/following-list/following-list.component.html @@ -1,46 +1,79 @@ +

+ + Your instance subscriptions +

+
-
- + + +
+
- ID - Host - State - Created - Redundancy allowed - + Action + Following + State + Created + Redundancy allowed - {{ follow.id }} - {{ follow.following.host }} + + + + + + {{ follow.following.name + '@' + follow.following.host }} + + + - Accepted - Pending + + Accepted + + + Pending + - {{ follow.createdAt }} + {{ follow.createdAt | date: 'short' }} - - + + + + + + +
+ No host found matching current filters. + Your instance is not following anyone. +
+ +