update the bin storage condition to use the filtered nodes function to take into account excluded nodes

This commit is contained in:
csawatzky 2025-07-31 14:40:55 -06:00
parent 7dbeb19d8d
commit 03ab16614d
4 changed files with 16 additions and 13 deletions

View file

@ -119,7 +119,6 @@ export default function UpgradeDevice(props: Props) {
const percent = () => {
let progress = Math.round((upgrade.status.offset / upgrade.status.size) * 100)
console.log(progress)
return progress;
};