Skip to content

Commit

Permalink
Fix HTML table header alignment in server-session-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Sep 2, 2023
1 parent 659212e commit 03833a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmppserver/src/main/webapp/server-session-summary.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@
<th>&nbsp;</th>
<th nowrap><fmt:message key="server.session.label.host" /></th>
<th nowrap colspan="3"><fmt:message key="server.session.label.connection" /></th>
<th nowrap><fmt:message key="server.session.label.creation" /></th>
<th nowrap><fmt:message key="server.session.label.last_active" /></th>
<th nowrap><fmt:message key="server.session.label.close_connect" /></th>
<th nowrap style="text-align: center;"><fmt:message key="server.session.label.creation" /></th>
<th nowrap style="text-align: center;"><fmt:message key="server.session.label.last_active" /></th>
<th nowrap style="text-align: center;"><fmt:message key="server.session.label.close_connect" /></th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 03833a2

Please sign in to comment.