From: Eric Fahlgren Date: Sun, 20 Apr 2025 23:12:00 +0000 (-0700) Subject: luci-app-attendedsysupgrade: change error reporting url X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d9e4601e2c29ccd3c58f42b320479b56f9ac6526;p=project%2Fluci.git luci-app-attendedsysupgrade: change error reporting url Direct error reports to a LuCI-ASU-app-specific thread on the forum, where they'll get more attention and reduce clutter on the ASU server's github issues. Signed-off-by: Eric Fahlgren (cherry picked from commit 9fd692ab4402260bbbe5512cfeff6427c18d39b4) --- 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 84cc0f1aa5..4a724c6af6 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 @@ -263,7 +263,7 @@ return view.extend({ E('p', {}, _('Server response: %s').format(response.detail)), E( 'a', - { href: 'https://github.com/openwrt/asu/issues' }, + { href: 'https://forum.openwrt.org/t/luci-attended-sysupgrade-support-thread/230552' }, _('Please report the error message and request') ), E('p', {}, _('Request Data:')),