Commit a90de78 1 parent a31f8bc commit a90de78 Copy full SHA for a90de78
File tree 1 file changed +1
-1
lines changed
microsoft-integration/admin-tool/src/main/webapp/WEB-INF/templates/fragments
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
< span th:if ="${T(org.sakaiproject.microsoft.api.data.CreationStatus).KO != row.creationStatus && teamsMap[row.teamId] == null} " th:text ="'???' "> </ span >
16
16
< div th:if ="${teamsMap[row.teamId] != null || T(org.sakaiproject.microsoft.api.data.CreationStatus).KO == row.creationStatus} " >
17
17
< div th:switch ="${row.creationStatus} " th:title ="${row.creationStatus} ">
18
- < div th:case ="${T(org.sakaiproject.microsoft.api.data.CreationStatus).OK} "> < span th:text ="${teamsMap[row.teamId]?.name} "> </ span > </ div >
19
18
< div th:case ="${T(org.sakaiproject.microsoft.api.data.CreationStatus).KO} ">
20
19
< span th:text ="#{error.general_failure} "> </ span >
21
20
< i class ="fa fa-solid fa-exclamation-triangle " style ="color: #b53d3d; " th:title ="#{error.general_failure} "> </ i >
24
23
< span th:text ="${teamsMap[row.teamId]?.name} " > </ span >
25
24
< i class ="fa fa-solid fa-exclamation-triangle " style ="color: #a89e03; " th:title ="#{error.channel_number_limit_reached} "> </ i >
26
25
</ div >
26
+ < div th:case ="* "> < span th:text ="${teamsMap[row.teamId]?.name} "> </ span > </ div >
27
27
</ div >
28
28
</ div >
29
29
You can’t perform that action at this time.
0 commit comments