X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=1df7bb1642d3d33b099b00672ebc00e7afa1948c;hb=e6492b2de61e5eef5ea9bc1bf19463c065f3f41d;hp=da0ba95e3f5a0f2d01e4a7f0a490349d4266b597;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;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 da0ba95e3..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,45 +1,69 @@ +

+ + Followers of your instance +

+
- +
+ +
- ID - Follower handle - State - Score - Created - + Actions + Follower + State + Score + Created - {{ follow.id }} - {{ 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. +