fix: reload page after firmware update completion
This commit is contained in:
		| @@ -129,6 +129,7 @@ | |||||||
|                             if (data.status === 'success' || lastReceivedProgress >= 98) { |                             if (data.status === 'success' || lastReceivedProgress >= 98) { | ||||||
|                                 clearTimeout(wsReconnectTimer); |                                 clearTimeout(wsReconnectTimer); | ||||||
|                                 setTimeout(() => { |                                 setTimeout(() => { | ||||||
|  |                                     window.location.reload(true); | ||||||
|                                     window.location.href = '/'; |                                     window.location.href = '/'; | ||||||
|                                 }, 30000); |                                 }, 30000); | ||||||
|                             } |                             } | ||||||
| @@ -148,6 +149,7 @@ | |||||||
|                         status.style.display = 'block'; |                         status.style.display = 'block'; | ||||||
|                         clearTimeout(wsReconnectTimer); |                         clearTimeout(wsReconnectTimer); | ||||||
|                         setTimeout(() => { |                         setTimeout(() => { | ||||||
|  |                             window.location.reload(true); | ||||||
|                             window.location.href = '/'; |                             window.location.href = '/'; | ||||||
|                         }, 30000); |                         }, 30000); | ||||||
|                     } else { |                     } else { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user