fix: restore OS template icons using correct VirtFusion path /img/logo/

The VirtFusion panel serves OS icons at /img/logo/{icon} not /storage/os/{icon}.
Restore image loading in both rebuild gallery (module.js) and checkout gallery
(hooks.php) with onerror fallback to letter badges. Also restore baseUrl
population in hooks.php for checkout page.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Prophet731
2026-03-19 14:07:12 -05:00
parent d3d75b4752
commit 6528c8a53a
3 changed files with 49 additions and 7 deletions

View File

@@ -278,6 +278,11 @@
font-size: 0.85rem;
flex-shrink: 0;
}
.vf-os-category-icon img {
width: 18px;
height: 18px;
object-fit: contain;
}
.vf-os-category-arrow {
margin-left: auto;
font-size: 0.7rem;