chore remove unused data-download-probes attribute

Commit
a727dbe21c36306e4ccd788f1a397adf65d58c87
Author
GPT-5 medium <codex@openai.com>
Author date
Committer
GPT-5 medium <codex@openai.com>
Committer date
Changed files
roles/dashboard/t/06-downloads.t
index 495b7406..425c1a70 100644..100644
@@ -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
index f46a02e9..5042127b 100644..100644
@@ -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} %>">