Add "all" option for DOT cams

This commit is contained in:
Chandler Swift 2024-01-29 23:31:17 -06:00
parent 91977bdc99
commit 30b7ca198a
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -18,6 +18,7 @@ const dot_cams = {
layer: ia,
},
],
details: `<a href="#" onclick="this.closest('details').querySelectorAll('ul li input').forEach(e => e.checked || e.click()); return false;">Enable All</a>`,
};
export default dot_cams;