update the bin storage condition to use the filtered nodes function to take into account excluded nodes
This commit is contained in:
parent
7dbeb19d8d
commit
03ab16614d
4 changed files with 16 additions and 13 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue