Moved Transfer Asset to Client to a Bulk Action and create Primary Interface when moving with MAC address

This commit is contained in:
johnnyq
2025-02-10 16:58:39 -05:00
parent 08ebedef03
commit fc24bcb24f
9 changed files with 136 additions and 121 deletions

View File

@@ -22,7 +22,7 @@
$notification_type = nullable_htmlentities($row['notification_type']);
$notification_details = nullable_htmlentities($row['notification']);
$notification_action = nullable_htmlentities($row['notification_action']);
$notification_created_at_formated = date('M d g:ia',strtotime($row['notification_created_at']));
$notification_timestamp_formated = date('M d g:ia',strtotime($row['notification_timestamp']));
$notification_client_id = intval($row['notification_client_id']);
if(empty($notification_action)) { $notification_action = "#"; }
?>
@@ -34,7 +34,7 @@
<i class="fas fa-bullhorn mr-2"></i><?php echo $notification_type; ?>
</span>
<small class="text-muted float-right">
<?php echo $notification_created_at_formated; ?>
<?php echo $notification_timestamp_formated; ?>
</small>
</div>
<small class="text-secondary"><?php echo $notification_details; ?></small>