X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=622d464e4f855762b93de736c63b6196aa4acd19;hb=30814423ae98b6ac5f7407fc53cffe32aae57124;hp=fc022bdb47227c995cb15cbfe5d841665ad3cc58;hpb=71e318b4fe66175d03c7c82357d60062eb68af81;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 fc022bdb4..622d464e4 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,38 +1,74 @@ +

+ + Instances following you +

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