Skip to content

Commit dd17891

Browse files
author
Franz646
committed
fix: ignore platforms not applied after scan (renderTable used raw allOrphans)
1 parent 1e327a5 commit dd17891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • custom_components/orphan_cleaner/frontend

custom_components/orphan_cleaner/frontend/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ <h2>Confirm deletion</h2>
437437
document.getElementById('filter').disabled = false;
438438
document.getElementById('btn-selall').disabled = false;
439439
document.getElementById('btn-desel').disabled = false;
440-
renderTable(allOrphans);
440+
renderTable(filteredOrphans());
441441
addLog('Scan complete: '+data.total+' total, '+allOrphans.length+' orphans ('+ts_n+' by timestamp, '+he_n+' heuristic).','ok');
442442
setStatus('Last scan: '+new Date().toLocaleTimeString('en-GB'),'ok');
443443
} catch(err) {

0 commit comments

Comments
 (0)