X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=8fe0d23484c4b0380708d674225e00efbc4e482e;hb=e3d6c6434f570f77c0532f86c82f78bcafb399ec;hp=d4f2b8dcc9c1859c176ab8c580ac40121b8340ee;hpb=d384061366ae06294c0e222f0fb7ec4f0a172f39;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 d4f2b8dcc..8fe0d2348 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,51 +1,79 @@ +

+ + Followers of your instance +

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