[Perl] DAQ system for the FAPG.
style stack downloads probe checkboxes vertically
Remove d-flex flex-wrap gap-3 from the probe checkboxes container so they render as a normal stacked list instead of a horizontal row.
roles/dashboard/templates/dashboard/downloads.html.ep
@@ -16,7 +16,7 @@
16
16
<fieldset>
17
17
<legend class="fw-bold col-form-label pt-0 mb-2">Probes</legend>
18
18
<p class="form-text mt-0">Leave all boxes clear to download every probe.</p>
19
Removed:
<div class="d-flex flex-wrap gap-3" data-download-probes>
19
Added:
<div data-download-probes>
20
20
% for my $probe ($probes->@*) {
21
21
<div class="form-check">
22
22
<input class="form-check-input" id="download-probe-<%= $probe->{key} %>" name="probe" type="checkbox" value="<%= $probe->{key} %>">