X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.html;h=7455cdf2b27d5d1ce47e6fe6fbc7e9195c19a638;hb=68d19a0ace01cb7a3550da420d27663e2db1b98d;hp=1a6ed616a6cd21c0bbfb97e9866e0396219bef1f;hpb=b1d40cff89f7cff565a98cdbcea9a624196a169a;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 1a6ed616a..7455cdf2b 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,25 +2,43 @@ [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 + Follower handle + 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 }} + + + + + + + + +