fix(gui): Disable compute modules selection during preparation

Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
This commit is contained in:
Alexis Svinartchouk 2018-09-07 12:13:43 +02:00
parent 645e114a1f
commit adcc3343ec

View File

@ -309,6 +309,7 @@ app.run(($timeout) => {
drive.device = drive.usbDevice.portId drive.device = drive.usbDevice.portId
drive.size = 0 drive.size = 0
drive.progress = 0 drive.progress = 0
drive.disabled = true
drive.on('progress', (progress) => { drive.on('progress', (progress) => {
updateDriveProgress(drive, progress) updateDriveProgress(drive, progress)
}) })