Skip to content

Commit 931be74

Browse files
committed
FE: skeleton uplift
1 parent 7ce2ce4 commit 931be74

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

front/php/templates/skel_tab_plugins_table.php

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,7 @@
66
<?php endfor; ?>
77
</div>
88
<?php
9-
$rowWidths = [
10-
[15, 14, 18, 12, 20],
11-
[15, 14, 18, 12, 20],
12-
[15, 14, 18, 12, 20],
13-
[15, 14, 18, 12, 20],
14-
[15, 14, 18, 12, 20],
15-
[15, 14, 18, 12, 20],
16-
[15, 14, 18, 12, 20],
17-
[15, 14, 18, 12, 20],
18-
[15, 14, 18, 12, 20],
19-
[15, 14, 18, 12, 20],
20-
[15, 14, 18, 12, 20],
21-
[15, 14, 18, 12, 20],
22-
[15, 14, 18, 12, 20],
23-
[15, 14, 18, 12, 20],
24-
[15, 14, 18, 12, 20],
25-
[15, 14, 18, 12, 20],
26-
[15, 14, 18, 12, 20],
27-
[15, 14, 18, 12, 20],
28-
[15, 14, 18, 12, 20],
29-
[15, 14, 18, 12, 20],
30-
];
9+
$rowWidths = array_fill(0, 20, [15, 14, 18, 12, 20]);
3110
foreach ($rowWidths as $widths):
3211
?>
3312
<div class="skel-tr">

0 commit comments

Comments
 (0)