mirror of https://git.openwrt.org/project/luci.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 <ericfahlgren@gmail.com>
This commit is contained in:
parent
e05852d9cf
commit
d40c03ad8d
|
@ -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:')),
|
||||||
|
|
Loading…
Reference in New Issue