firmware: hide upgrade banner when update is done; closes #2514

This commit is contained in:
Franco Fichtner 2018-07-15 14:17:20 +02:00
parent 4cc324c862
commit 086d372e7e

View File

@ -319,6 +319,8 @@
$("#audit_progress").addClass("caret");
$("#upgrade").attr("style","display:none");
$("#audit_all").attr("style","");
$('#major-upgrade').hide();
$('#upgrade_maj').prop('disabled', true);
if ($.upgrade_action == 'pkg') {
// update UI and delay update to avoid races
updateStatusPrepare(true);