Commit 77269844 authored by Franco Fichtner's avatar Franco Fichtner

firmware: also populate update list with status message

parent accedc82
......@@ -70,6 +70,8 @@ POSSIBILITY OF SUCH DAMAGE.
'<td>'+row['old']+'</td><td>'+row['new']+'</td><td>' +
row['reason'] + '</td></tr>');
});
} else {
$('#updatelist').html("<tr><td>"+data['status_msg']+"</td></tr>");
}
// update list so plugins sync as well
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment