firmware: fetch changelogs -> update changelogs

This commit is contained in:
Franco Fichtner 2017-07-10 08:49:30 +02:00
parent 39710372ed
commit 321c46c462

View File

@ -487,6 +487,7 @@ POSSIBILITY OF SUCH DAMAGE.
// empty call refreshes changelogs in the background
ajaxCall('/api/core/firmware/changelog/update', {}, function () {
$("#checkupdate_progress_maj").removeClass("fa fa-spinner fa-pulse");
packagesInfo(true);
BootstrapDialog.show({
type:BootstrapDialog.TYPE_WARNING,
title: "{{ lang._('Upgrade instructions') }}",