X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=fc022bdb47227c995cb15cbfe5d841665ad3cc58;hb=b014b6b9c7cb68d09c52b44046afe486c0736426;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..fc022bdb4 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 @@ -2,14 +2,23 @@ [value]="followers" [lazy]="true" [paginator]="true" [totalRecords]="totalRecords" [rows]="rowsPerPage" [sortField]="sort.field" [sortOrder]="sort.order" (onLazyLoad)="loadLazy($event)" > + +
+ +
+
+ - ID - Score - Name - Host - State - Created + ID + Score + Name + Host + State + Created @@ -19,7 +28,10 @@ {{ follow.score }} {{ follow.follower.name }} {{ follow.follower.host }} - {{ follow.state }} + + Accepted + Pending + {{ follow.createdAt }}