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 <ericfahlgren@gmail.com>
This commit is contained in:
Eric Fahlgren 2025-04-20 16:12:00 -07:00 committed by Paul Spooren
parent e05852d9cf
commit d40c03ad8d
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ return view.extend({
E('p', {}, _('Server response: %s').format(response.detail)), E('p', {}, _('Server response: %s').format(response.detail)),
E( E(
'a', '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') _('Please report the error message and request')
), ),
E('p', {}, _('Request Data:')), E('p', {}, _('Request Data:')),