mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
firmware: further UX tweaks
This commit is contained in:
parent
cf0063830e
commit
975af9393d
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user