mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added category to logins, added OS and MAC to assets, minor UI updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user