diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt index 8487e010f..d97b034e5 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt @@ -32,6 +32,8 @@ POSSIBILITY OF SUCH DAMAGE. * prepare for checking update status */ function updateStatusPrepare() { + $('#update_status').hide(); + $('#updatelist').show(); $("#checkupdate_progress").addClass("fa fa-spinner fa-pulse"); $('#updatestatus').html("{{ lang._('Checking... (may take up to 30 seconds)') }}"); } @@ -76,9 +78,8 @@ POSSIBILITY OF SUCH DAMAGE. // update list so plugins sync as well (no logs) packagesInfo(false); } else { - $('#update_status').hide(); - $('#updatelist').show(); - $('#updatetab > a').tab('show'); + $("#upgrade").attr("style","display:none"); + // update list so plugins sync as well (all) packagesInfo(true); }