Files
NetAlertX/front/php/templates/skel_tab_sysinfo_initcheck.php
2026-06-24 18:07:35 +10:00

13 lines
452 B
PHP

<div class="skel-info-tab spinnerTarget">
<!-- status banner -->
<div style="margin-bottom:16px">
<span class="skel-shimmer" style="height:44px; border-radius:4px; display:block;"></span>
</div>
<!-- card grid -->
<div style="display:flex; flex-wrap:wrap; gap:10px;">
<?php for ($i = 0; $i < 9; $i++): ?>
<span class="skel-shimmer" style="height:76px; width:190px; border-radius:4px;"></span>
<?php endfor; ?>
</div>
</div>