Outline selected platform in config

main
Yasen Pramatarov 2024-11-18 14:36:37 +02:00
parent 6fcc6da51c
commit 89d4450796
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
$hosts = $hostObject->getHostDetails($platform_array['id']); $hosts = $hostObject->getHostDetails($platform_array['id']);
?> ?>
<a name="platform<?= htmlspecialchars($platform_array['id']) ?>"></a> <a name="platform<?= htmlspecialchars($platform_array['id']) ?>"></a>
<div class="row mb-1 border" style="padding: 20px; padding-bottom: 0px;"> <div class="row mb-1 border <?= isset($_REQUEST['platform']) && (int)$platform_array['id'] === (int)$_REQUEST['platform'] ? 'rounded bg-light' : '' ?>" style="padding: 20px; padding-bottom: 0px;">
<p class="text-start"> <p class="text-start">
platform <strong><?= htmlspecialchars($platform_array['name']) ?></strong> platform <strong><?= htmlspecialchars($platform_array['name']) ?></strong>
</p> </p>