X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=a7d95e4a458861d8505f1e6c389de780604b02fa;hb=c2faa073d113f410275021ed4de4b60fef118c13;hp=85d2a2cf647838fd20949dbbb2a072e0c6f91634;hpb=ab998f7b6dffbe461d830d3696cb46491ad6afb0;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 85d2a2cf6..a7d95e4a4 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,26 +1,70 @@ +

+ + Followers of your instance +

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