X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=08459634d76a1701d7d6ccbd0e805e33a4cd1929;hb=4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef;hp=fc022bdb47227c995cb15cbfe5d841665ad3cc58;hpb=6d8c8ea73a774c3568e6d28a4cbebcf7979d5c2a;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..08459634d 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. +
+