mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
firmware: put back this one fa-cog that got greedy-replaced
This commit is contained in:
parent
05b26a0f5b
commit
74ab171e1d
@ -306,7 +306,7 @@
|
||||
dialogRef.setClosable(false);
|
||||
dialogRef.getModalBody().html(
|
||||
"{{ lang._('The upgrade has finished and your device is being rebooted at the moment, please wait...') }}" +
|
||||
' <i class="fa fa-spinner fa-pulse"></i>'
|
||||
' <i class="fa fa-cog fa-spin"></i>'
|
||||
);
|
||||
setTimeout(rebootWait, 45000);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user