mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
firmware: hide upgrade banner when update is done; closes #2514
This commit is contained in:
parent
4cc324c862
commit
086d372e7e
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user