X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=da0ba95e3f5a0f2d01e4a7f0a490349d4266b597;hb=0dc647775881eb1378b213a530996cd096de24ea;hp=d5b1b789de748fc3bc331e69dbf65e1be3cfb73e;hpb=60650c77c8a2a98e92d869b237ae4900f369a8fc;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 d5b1b789d..da0ba95e3 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,10 +1,46 @@ - - - - - - - + +
+ +
+
+ + + + ID + Follower handle + State + Score + Created + + + + + + + {{ follow.id }} + {{ follow.follower.name + '@' + follow.follower.host }} + + Accepted + Pending + + {{ follow.score }} + {{ follow.createdAt }} + + + + + + + + + + + +