aboutsummaryrefslogtreecommitdiffstats
path: root/templates/latest-errors.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/latest-errors.html')
-rw-r--r--templates/latest-errors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latest-errors.html b/templates/latest-errors.html
index d8457bb..3934b9d 100644
--- a/templates/latest-errors.html
+++ b/templates/latest-errors.html
@@ -43,7 +43,7 @@
<li>
{# Some columns are required as minimum so disable unchecking #}
<label class="checkbox {%if col.disable_toggle%}muted{%endif%}">
- <input type="checkbox" class="col-toggle" id="checkbox-{{col.clclass}}" value="{{col.clclass}}" checked="checked" {%if col.disable_toggle%}disabled="disabled"{%endif%} />
+ <input type="checkbox" class="col-toggle" id="checkbox-{{col.clclass}}" value="{{col.clclass}}" checked="checked" {%if col.disable_toggle%}disabled="disabled"{%endif%} data-field="{{col.field}}" />
{{col.name}}
</label>
</li>