firmware: put back this one fa-cog that got greedy-replaced

This commit is contained in:
Franco Fichtner 2021-02-16 16:58:34 +01:00
parent 05b26a0f5b
commit 74ab171e1d

View File

@ -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);
},