Make Asset Name Clickable

This commit is contained in:
johnny@pittpc.com 2021-02-07 23:40:03 -05:00
parent 09391f35af
commit 3c63dfe7e0
1 changed files with 1 additions and 2 deletions

View File

@ -155,9 +155,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
?>
<tr>
<th>
<a class="text-secondary" href="#" data-toggle="modal" data-target="#editAssetModal<?php echo $asset_id; ?>"><?php echo $asset_name; ?></a>
<?php
echo $asset_name;
if($asset_id == $asset_id_relation){
?>
<button type="button" class="btn btn-link btn-sm" data-toggle="modal" data-target="#viewPasswordModal<?php echo $login_id; ?>"><i class="fas fa-key text-dark"></i></button>