Added category to logins, added OS and MAC to assets, minor UI updates

This commit is contained in:
johnny@pittpc.com
2020-02-03 13:55:21 -05:00
parent 866aa3fa51
commit 76ed7afa18
23 changed files with 438 additions and 58 deletions

View File

@@ -108,7 +108,7 @@ $total_pages = ceil($total_found_rows / 10);
?>
<tr>
<td>
<th>
<i class="fa fa-fw fa-building text-secondary"></i>
<a class="text-dark" href="#" data-toggle="modal" data-target="#editVendorModal<?php echo $vendor_id; ?>"><?php echo $vendor_name; ?></a>
<?php
@@ -119,7 +119,7 @@ $total_pages = ceil($total_found_rows / 10);
<?php
}
?>
</td>
</th>
<td><?php echo $vendor_description; ?></td>
<td>
<?php