X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=7455cdf2b27d5d1ce47e6fe6fbc7e9195c19a638;hb=68d19a0ace01cb7a3550da420d27663e2db1b98d;hp=ea5380ff79358c0d9187becffa63b91f21f20749;hpb=04e0fc488826f505a8de3ce99113f3cb2fcec147;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 ea5380ff7..7455cdf2b 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,12 +1,44 @@ -

Followers list

- - - - - - - - + +
+ +
+
+ + + + Follower handle + State + Score + Created + + + + + + + {{ follow.follower.name + '@' + follow.follower.host }} + + Accepted + Pending + + {{ follow.score }} + {{ follow.createdAt }} + + + + + + + + + + + +