mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-06-20 22:30:11 -04:00
FE: skeleton uplift
This commit is contained in:
@@ -6,28 +6,7 @@
|
||||
<?php endfor; ?>
|
||||
</div>
|
||||
<?php
|
||||
$rowWidths = [
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
[15, 14, 18, 12, 20],
|
||||
];
|
||||
$rowWidths = array_fill(0, 20, [15, 14, 18, 12, 20]);
|
||||
foreach ($rowWidths as $widths):
|
||||
?>
|
||||
<div class="skel-tr">
|
||||
|
||||
Reference in New Issue
Block a user