Fix Admin Panel pages Organizations and Teams, where HTML Tables were broken.

Thanks to Hekatomb and xet7 !

Fixes #5429
This commit is contained in:
Lauri Ojansivu 2024-06-04 16:02:03 +03:00
parent b86a24d97a
commit 36bb5e099e

View file

@ -86,8 +86,8 @@ template(name="orgGeneral")
+newOrgRow
tbody
tr
each org in orgList
+orgRow(orgId=org._id)
each org in orgList
+orgRow(orgId=org._id)
template(name="teamGeneral")
table
@ -103,8 +103,8 @@ template(name="teamGeneral")
+newTeamRow
tbody
tr
each team in teamList
+teamRow(teamId=team._id)
each team in teamList
+teamRow(teamId=team._id)
template(name="peopleGeneral")
#divAddOrRemoveTeamContainer