Add follower name in admin list
This commit is contained in:
parent
dd77894171
commit
e2436678e3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
>
|
||||
<p-column field="id" header="ID" [style]="{ width: '60px' }"></p-column>
|
||||
<p-column field="score" header="Score"></p-column>
|
||||
<p-column field="follower.name" header="Name"></p-column>
|
||||
<p-column field="follower.host" header="Host"></p-column>
|
||||
<p-column field="state" header="State"></p-column>
|
||||
<p-column field="createdAt" header="Created date" [sortable]="true"></p-column>
|
||||
|
|
Loading…
Reference in a new issue