Add Vendor, asset and watchers now work as a 1 click under ticket details

This commit is contained in:
johnnyq
2023-09-21 20:01:07 -04:00
parent b9fe774fe6
commit 9aa62a8b36
2 changed files with 92 additions and 1 deletions

View File

@@ -564,7 +564,9 @@ if (isset($_GET['ticket_id'])) {
while ($ticket_watcher_row = mysqli_fetch_array($sql_ticket_watchers)) {
$ticket_watcher_email = $ticket_watcher_row['watcher_email'];
?>
<div class='mt-1'><?php echo $ticket_watcher_email; ?></div>
<div class='mt-1'>
<i class="fa fa-fw fa-eye text-secondary ml-1 mr-2"></i><?php echo $ticket_watcher_email; ?>
</div>
<?php } ?>
</div>