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=1df7bb1642d3d33b099b00672ebc00e7afa1948c;hb=e6492b2de61e5eef5ea9bc1bf19463c065f3f41d;hp=c532b5f323c03ca1c98b659232789911cbfbd5c2;hpb=a30a136c9896c656cab98d2c92cde32c534dc098;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 c532b5f32..1df7bb164 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,43 +1,69 @@ +

+ + Followers of your instance +

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