Extension column add nowrap

This commit is contained in:
FusionPBX 2024-06-06 14:27:09 -06:00 committed by GitHub
parent c9c4683d0e
commit e553e619bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@
}
//extension
if (permission_exists('xml_cdr_extension')) {
$content .= " <td class='middle'>".$row['extension']." ".escape($row['extension_name'])."</td>\n";
$content .= " <td class='middle' nowrap='nowrap'>".$row['extension']." ".escape($row['extension_name'])."</td>\n";
}
//domain name
if (permission_exists('xml_cdr_all') && $_REQUEST['show'] == "all") {