diff options
-rw-r--r-- | client/src/app/+admin/follows/followers-list/followers-list.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 d5b1b789d..74f2c2e36 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 | |||
@@ -4,6 +4,7 @@ | |||
4 | > | 4 | > |
5 | <p-column field="id" header="ID" [style]="{ width: '60px' }"></p-column> | 5 | <p-column field="id" header="ID" [style]="{ width: '60px' }"></p-column> |
6 | <p-column field="score" header="Score"></p-column> | 6 | <p-column field="score" header="Score"></p-column> |
7 | <p-column field="follower.name" header="Name"></p-column> | ||
7 | <p-column field="follower.host" header="Host"></p-column> | 8 | <p-column field="follower.host" header="Host"></p-column> |
8 | <p-column field="state" header="State"></p-column> | 9 | <p-column field="state" header="State"></p-column> |
9 | <p-column field="createdAt" header="Created date" [sortable]="true"></p-column> | 10 | <p-column field="createdAt" header="Created date" [sortable]="true"></p-column> |