Fix status column alignment (#7821)

This commit is contained in:
Alex
2026-03-27 18:28:11 +00:00
committed by GitHub
parent 1752ae3e94
commit 83d5faa1af

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2018-2025
Portions created by the Initial Developer are Copyright (C) 2018-2026
the Initial Developer. All Rights Reserved.
*/
@@ -310,7 +310,7 @@
echo " <td>".escape($row['date_formatted'])."</td>\n";
echo " <td class='left hide-md-dn'>".escape($row['time_formatted'])."</td>\n";
echo " <td class='hide-md-dn'>".escape($row['hostname'])."</td>\n";
echo " <td><div class='list-status-".$session_status."'></div></td>\n";
echo " <td style='text-align: right; padding-right: 20px;'><div class='list-status-".$session_status."'></div></td>\n";
echo " <td>".escape($row['username'])."</td>\n";
echo " <td>".escape($row['type'])."</td>\n";
echo " <td>".escape($row['result'])."</td>\n";