Add "all" option for DOT cams

main
Chandler Swift 2024-01-29 23:31:17 -06:00
parent 91977bdc99
commit 30b7ca198a
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 1 additions and 0 deletions

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;