Skip to content

Commit

Permalink
Add the UUID for a device on the devicesRead template in the Details …
Browse files Browse the repository at this point in the history
…section.
  • Loading branch information
mark-unwin committed Jul 10, 2024
1 parent 647215e commit 4fd689e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Views/devicesRead.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
<?= read_field('fqdn', $resource->fqdn, '', $update, __('FQDN')) ?>
<?= read_field('dns_fqdn', $resource->dns_fqdn, '', $update, __('DNS FQDN')) ?>
<?= read_field('function', $resource->function, '', $update) ?>
<?= read_field('uuid', $resource->uuid, '', false, __('UUID')) ?>
<?= read_field('first_seen', $resource->first_seen, '', false, __('First Seen On')) ?>
<?= read_field('last_seen', $resource->last_seen, '', false, __('Last Seen On')) ?>
<?= read_field('last_seen_by', $resource->last_seen_by) ?>
Expand Down

0 comments on commit 4fd689e

Please sign in to comment.