Made first field in record listings clickable to edit modal

This commit is contained in:
johnny@pittpc.com
2019-07-30 15:14:51 -04:00
parent 56f839809a
commit dfebcaedfe
16 changed files with 45 additions and 37 deletions

View File

@@ -91,7 +91,7 @@ $total_pages = ceil($total_found_rows / 10);
?>
<tr>
<td><?php echo $network_name; ?></td>
<td><a class="text-dark" href="#" data-toggle="modal" data-target="#editNetworkModal<?php echo $network_id; ?>"><?php echo $network_name; ?></a></td>
<td><?php echo $network; ?></td>
<td><?php echo $network_gateway; ?></td>
<td><?php echo $network_dhcp_range; ?></td>