luci-app-attendedsysupgrade: revert version code request

This reverts commit 8860ca069c.

Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
pull/7161/head
Daniel Nilsson 2024-06-19 19:50:13 +02:00 committed by Paul Donald
parent 5a8917b149
commit 188de6f8b3
1 changed files with 0 additions and 2 deletions

View File

@ -476,7 +476,6 @@ return view.extend({
request: { request: {
profile, profile,
version: candidates[0][0], version: candidates[0][0],
version_code: revision,
packages: Object.keys(packages).sort(), packages: Object.keys(packages).sort(),
}, },
}; };
@ -537,7 +536,6 @@ return view.extend({
...firmware, ...firmware,
packages: mapdata.request.packages, packages: mapdata.request.packages,
version: mapdata.request.version, version: mapdata.request.version,
version_code: mapdata.request.version_code,
profile: mapdata.request.profile profile: mapdata.request.profile
}; };
this.pollFn = L.bind(function () { this.pollFn = L.bind(function () {