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 +newOrgRow
tbody tbody
tr tr
each org in orgList each org in orgList
+orgRow(orgId=org._id) +orgRow(orgId=org._id)
template(name="teamGeneral") template(name="teamGeneral")
table table
@ -103,8 +103,8 @@ template(name="teamGeneral")
+newTeamRow +newTeamRow
tbody tbody
tr tr
each team in teamList each team in teamList
+teamRow(teamId=team._id) +teamRow(teamId=team._id)
template(name="peopleGeneral") template(name="peopleGeneral")
#divAddOrRemoveTeamContainer #divAddOrRemoveTeamContainer