mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-09 15:26:45 -04:00
13 lines
452 B
PHP
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>
|