Fix eslint
This commit is contained in:
parent
86e7c44087
commit
70e61740d3
|
@ -271,7 +271,9 @@ function reloadWebSite(ndx) {
|
|||
}
|
||||
|
||||
function takeSnapshot() {
|
||||
monitor_ids = monitorData.map( monitor=> { return 'monitor_ids[]='+monitor.id; });
|
||||
monitor_ids = monitorData.map((monitor)=>{
|
||||
return 'monitor_ids[]='+monitor.id;
|
||||
});
|
||||
window.location = '?view=snapshot&action=create&'+monitor_ids.join('&');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue