mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
Add word break in interface_statistics.widget.php (#7106)
* Add word break in interface_statistics.widget.php * Add word break to interface descriptions as well
This commit is contained in:
parent
cd3fa5a268
commit
44d9a11bb8
@ -143,10 +143,10 @@ $ifvalues = array(
|
||||
continue;
|
||||
} ?>
|
||||
<tr id="interface_statistics_widget_intf_<?= html_safe($ifdescr) ?>">
|
||||
<td><strong><?= $ifname ?></strong></td>
|
||||
<td style="word-break: break-word;"><strong><?= $ifname ?></strong></td>
|
||||
<?php $infcount = 0;
|
||||
while ($infcount++ < count($ifvalues)): ?>
|
||||
<td>~</td>
|
||||
<td style="word-break: break-word;">~</td>
|
||||
<?php endwhile ?>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user