Update luci-app-upnp.patch

This commit is contained in:
kiddin9 2026-07-07 04:13:00 +08:00 committed by GitHub
parent dea64a5753
commit 2a528e3190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ index 67e255caea7a..45f03c68a457 100644
const hour = Math.floor(expires_sec / 3600);
const minute = Math.floor((expires_sec % 3600) / 60);
@@ -72,8 +72,9 @@ return baseclass.extend({
'%h'.format(rule.descr),
rule.descr,
E('button', {
'class': 'btn cbi-button-remove',
- 'click': L.bind(handleDelRule, this, rule.num)
@ -156,7 +156,7 @@ index 955e1c45f5f8..494172864e35 100644
const hour = Math.floor(expires_sec / 3600);
const minute = Math.floor((expires_sec % 3600) / 60);
@@ -68,8 +69,9 @@ return view.extend({
rule.descr,
'%h'.format(rule.descr),
E('button', {
'class': 'btn cbi-button-remove',
- 'click': L.bind(handleDelRule, this, rule.num)