Add "all" option for DOT cams
This commit is contained in:
parent
91977bdc99
commit
30b7ca198a
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ const dot_cams = {
|
||||||
layer: ia,
|
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;
|
export default dot_cams;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue