Use TimeAgo for Ticket Created At column, use tooltip to show real date and time

This commit is contained in:
johnnyq
2024-08-24 19:28:07 -04:00
parent f0086c8844
commit 1bf80d3b15
3 changed files with 8 additions and 10 deletions

View File

@@ -270,10 +270,8 @@ $total_tickets_closed = intval($row['total_tickets_closed']);
</td>
<!-- Ticket Created At -->
<td>
<td title="<?php echo $ticket_created_at; ?>">
<?php echo $ticket_created_at_time_ago; ?>
<br>
<small class="text-secondary"><?php echo $ticket_created_at; ?></small>
</td>
</tr>