X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=a7d95e4a458861d8505f1e6c389de780604b02fa;hb=c2faa073d113f410275021ed4de4b60fef118c13;hp=7d5711926bb1800eccb03ae65a6f861d3fc00853;hpb=e1a1f9c623bfbbc7e38b36047926338f2e1c61d9;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 7d5711926..a7d95e4a4 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 @@ +

+ + Followers of your instance +

+
- +
+ +
- ID - Follower handle - State - Score - Created - + Actions + Follower + 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. +