mirror of https://github.com/itflow-org/itflow
Make Asset Name Clickable
This commit is contained in:
parent
09391f35af
commit
3c63dfe7e0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue