1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-09 10:27:42 +02:00

Replace static device illustration w/ $deviceImage

This commit is contained in:
billz 2025-03-23 01:30:32 -07:00
parent 96ada80ce1
commit b99addef4a

View File

@ -10,7 +10,7 @@ include('includes/sysstats.php');
<h4 class="mt-3"><?php echo _("System Information"); ?></h4>
<div class="row ms-1">
<div class="col-4">
<img class="device-illustration mx-3 my-2" src="app/img/device.php" alt="<?php echo htmlspecialchars($revision, ENT_QUOTES); ?>"></a>
<img class="device-illustration mx-3 my-2" src="app/img/devices/<?php echo $deviceImage; ?>" alt="<?php echo htmlspecialchars($revision, ENT_QUOTES); ?>"></a>
</div>
<div class="col-sm-10">
<div class="row mb-1">