Commit 67f48b89 authored by Franco Fichtner's avatar Franco Fichtner

firmware: we must show the version that is new, not the one installed

(cherry picked from commit 5bfa41fd)
parent f3962a03
...@@ -81,7 +81,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -81,7 +81,7 @@ POSSIBILITY OF SUCH DAMAGE.
row['reason'] + '</td></tr>'); row['reason'] + '</td></tr>');
if (row['name'] == data['product_name']) { if (row['name'] == data['product_name']) {
$.upgrade_show_log = data['product_version'].replace(/[_-].*/, ''); $.upgrade_show_log = row['new'].replace(/[_-].*/, '');
} }
}); });
......
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