Fix broken links to modals and remove _details from service

This commit is contained in:
johnnyq
2026-07-23 13:43:04 -04:00
parent 40be80981d
commit 90bc8ed029
3 changed files with 4 additions and 4 deletions

View File

@@ -491,7 +491,7 @@ ob_start();
<th>
<a href="#" class="ajax-modal"
data-modal-size="lg"
data-modal-url="modals/asset/asset_details.php?id=<?= $asset_id ?>">
data-modal-url="modals/asset/asset.php?id=<?= $asset_id ?>">
<i class="fa fa-fw text-secondary fa-<?= $device_icon ?> mr-2"></i><?= $asset_name ?>
<?php if ($asset_favorite) { echo "<i class='fas fa-fw fa-star text-warning' title='Favorite'></i>"; } ?>
</a>