Add "all" option for DOT cams
This commit is contained in:
parent
91977bdc99
commit
30b7ca198a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue