X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=c2e9a4df69fa61d6537697a2ccc17a8def72fd09;hb=fa12eacc014aae8094d108634371640f2695bf9f;hp=da0ba95e3f5a0f2d01e4a7f0a490349d4266b597;hpb=0dc647775881eb1378b213a530996cd096de24ea;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html index da0ba95e3..c2e9a4df6 100644 --- a/client/src/app/+admin/follows/followers-list/followers-list.component.html +++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html @@ -1,45 +1,69 @@ +

+ + Instances following you +

+
- +
+ +
- ID + Actions Follower handle - State - Score - Created - + State + Score + Created - {{ follow.id }} - {{ follow.follower.name + '@' + follow.follower.host }} - - Accepted - Pending - - {{ follow.score }} - {{ follow.createdAt }} - - - + + - + + + + + {{ follow.follower.name + '@' + follow.follower.host }} + + + + + + Accepted + + + Pending + + + {{ follow.score }} + {{ follow.createdAt | date: 'short' }} + + + + + + +
+ No follower found matching current filters. + Your instance doesn't have any follower. +