diff --git a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js index ca5f9954b4..19fc0d20c9 100644 --- a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js +++ b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js @@ -283,6 +283,9 @@ return view.extend({ ...firmware }; const request_str = JSON.stringify(request_data, null, 4); + if (typeof response.detail != "string") { + response.detail = JSON.stringify(response.detail, null, 4); + } let body = [ E('p', {}, [ _('First, check'), ' ',