X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=7d5711926bb1800eccb03ae65a6f861d3fc00853;hb=03652b3179b7d3d2959b68318fdc5e00f94eb95f;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..7d5711926 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 }} + + + + + + + + + + + +