Change asset TV to Display, changed Firewall icon to Fire

This commit is contained in:
johnnyq
2024-12-06 17:00:52 -05:00
parent acf5268139
commit 74e7507f7d
4 changed files with 17 additions and 12 deletions

View File

@@ -315,7 +315,7 @@ $sql_asset_retired = mysqli_query(
<i class="<?php echo $item_icon; ?> mr-2 text-secondary"></i><?php echo $item_name; ?>
</td>
<td>
<div>Views: <?php echo "$item_views / $item_view_limit" ?></div>
<div>Views: <?php echo $item_views ?></div>
<div class="text-secondary"><?php echo $item_recipient; ?></div>
</td>
<td title="Expires at <?php echo $item_expire_at; ?>">Expires <?php echo $item_expire_at_human ?></td>