We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebf797 commit 4a22b03Copy full SHA for 4a22b03
global_search.php
@@ -745,9 +745,9 @@
745
?>
746
<tr>
747
<td>
748
- <i class="fa fa-fw text-secondary fa-<?php echo $device_icon; ?> mr-2"></i><?php echo $asset_name; ?>
+ <i class="fa fa-fw text-secondary fa-<?php echo $device_icon; ?> mr-2"></i><a href="asset_details.php?client_id=<?php echo $client_id; ?>&asset_id=<?php echo $asset_id; ?>"><?php echo $asset_name; ?></a>
749
<?php if(!empty($asset_uri)){ ?>
750
- <a href="<?php echo $asset_uri; ?>" target="_blank"><i class="fas fa-fw fa-external-link-alt ml-2"></i></a>
+ <a href="<?php echo $asset_uri; ?>" target="_blank"><i class="fas fa-fw fa-external-link-alt ml-2"></i></a>
751
<?php } ?>
752
</td>
753
<td><?php echo $asset_type; ?></td>
0 commit comments