Merge branch 'node_exclusion_update' into dev_environment
This commit is contained in:
commit
163f4dc288
54 changed files with 351 additions and 409 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