X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=38def2fbb1cd575140bd4f9ce745721385a6f1ec;hb=4c8749cb9e1e4a8d61697434e372f342def7bc70;hp=fc022bdb47227c995cb15cbfe5d841665ad3cc58;hpb=be0f59b4eec3c2c4dcd151e2b174be39dff1568e;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..38def2fbb 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,70 @@ +

+ + Followers of your instance +

+
- +
+ +
- ID - Score - Name - Host - State - Created + Actions + Follower + 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. +
+