mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Prevent breaking of interface name into 2 words/parts (#11420)
This commit is contained in:
@@ -27,7 +27,7 @@ if ($entry['type'] == 'interface') {
|
||||
$entry['link'] = '<b>' . generate_port_link(cleanPort(getifbyid($entry['reference']))) . '</b>';
|
||||
}
|
||||
|
||||
echo '<td>'.$entry['link'].'</td>';
|
||||
echo '<td style="white-space: nowrap;">'.$entry['link'].'</td>';
|
||||
echo '<td>' . htmlspecialchars($entry['message']) . '</td>';
|
||||
|
||||
echo '</tr>';
|
||||
|
||||
Reference in New Issue
Block a user