]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/followers-list/followers-list.component.html
Add scores to follows and remove bad ones
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.html
index 9499a04334ae36acc9d40c77f290aa6ef3e8335d..d5b1b789de748fc3bc331e69dbf65e1be3cfb73e 100644 (file)
@@ -3,8 +3,8 @@
     sortField="createdAt" (onLazyLoad)="loadLazy($event)"
 >
   <p-column field="id" header="ID" [style]="{ width: '60px' }"></p-column>
+  <p-column field="score" header="Score"></p-column>
   <p-column field="follower.host" header="Host"></p-column>
-  <p-column field="follower.score" header="Score"></p-column>
   <p-column field="state" header="State"></p-column>
   <p-column field="createdAt" header="Created date" [sortable]="true"></p-column>
 </p-dataTable>