[Perl] DAQ system for the FAPG.
chore remove unused data-download-probes attribute
Changed files
roles/dashboard/t/06-downloads.t
@@ -21,7 +21,6 @@
21
21
->element_exists('.navbar-nav a.nav-link.active[href="/downloads"][aria-current="page"]')
22
22
->element_exists('form.downloads-form[action="/downloads/readings.csv"]')
23
23
->element_exists('[data-downloads-error]')
24
Removed:
->element_exists('[data-download-probes]')
25
24
->element_exists('input[name="date_range"][value="week"][checked]')
26
25
->element_exists(
27
26
'[data-custom-date-fields][hidden] input[name="from"][type="date"]')
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 data-download-probes>
19
Added:
<div>
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} %>">