UI: Set IP Column to Text no wrap to prevent the Copy IP Button from wrapping

This commit is contained in:
johnnyq 2024-01-27 02:55:06 -05:00
parent fe33cfa4e9
commit e139190377
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<?php if ($_GET['type'] !== 'network' && $_GET['type'] !== 'other') { ?>
<td><?php echo $asset_os_display; ?></td>
<?php } ?>
<td><?php echo $asset_ip_display; ?></td>
<td class="text-nowrap"><?php echo $asset_ip_display; ?></td>
<td><?php echo $asset_install_date_display; ?></td>
<?php if ($_GET['type'] !== 'network' && $_GET['type'] !== 'other' && $_GET['type'] !== 'servers') { ?>
<td><?php echo "$contact_archived_display$contact_name"; ?></td>