X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=fc022bdb47227c995cb15cbfe5d841665ad3cc58;hb=b014b6b9c7cb68d09c52b44046afe486c0736426;hp=a24039fc676b1ef23ee8a5d06ea9995bee80c271;hpb=e600e1fea275c12f4420e23624804617e61a082c;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 a24039fc6..fc022bdb4 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,38 @@ - - - - - - - + +
+ +
+
+ + + + ID + Score + Name + Host + State + Created + + + + + + {{ follow.id }} + {{ follow.score }} + {{ follow.follower.name }} + {{ follow.follower.host }} + + Accepted + Pending + + {{ follow.createdAt }} + + +