mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 12:20:15 +01:00
Fill out Org and Team in adminReports
This commit is contained in:
parent
c952aaadec
commit
91444cce9b
2 changed files with 21 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ template(name="boardsReport")
|
|||
th Members
|
||||
th Organizations
|
||||
th Teams
|
||||
|
||||
each board in results
|
||||
tbody
|
||||
tr
|
||||
|
|
@ -148,5 +147,7 @@ template(name="boardsReport")
|
|||
td
|
||||
= yesOrNo(board.archived)
|
||||
td {{userNames board.members }}
|
||||
td {{orgs board.orgs }}
|
||||
td {{teams board.teams }}
|
||||
else
|
||||
div {{_ 'no-results' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue