fix(nag_screen): Fix nag screen patch webui line offsets
This commit is contained in:
parent
7cb9aefced
commit
d28a3ebb0c
@ -1,7 +1,7 @@
|
|||||||
--- a/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
|
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2026-08-22 21:11:30.401400044 +0200
|
||||||
+++ b/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
|
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2026-08-22 21:12:57.664635944 +0200
|
||||||
@@ -599,37 +599,8 @@
|
@@ -612,37 +612,8 @@
|
||||||
Ext.Msg.alert(gettext('Error'), res.htmlStatus || res.result.message),
|
),
|
||||||
|
|
||||||
checked_command: function (orig_cmd) {
|
checked_command: function (orig_cmd) {
|
||||||
- Proxmox.Utils.API2Request({
|
- Proxmox.Utils.API2Request({
|
||||||
@ -35,8 +35,8 @@
|
|||||||
- }
|
- }
|
||||||
- },
|
- },
|
||||||
- });
|
- });
|
||||||
+ // disable subscription nag screen
|
++ // disable subscription nag screen
|
||||||
+ orig_cmd();
|
++ orig_cmd();
|
||||||
},
|
},
|
||||||
|
|
||||||
assemble_field_data: function (values, data) {
|
assemble_field_data: function (values, data) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user