From d28a3ebb0c41010dd0d3322d535b41a521d616a3 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sat, 22 Aug 2026 21:17:05 +0200 Subject: [PATCH] fix(nag_screen): Fix nag screen patch webui line offsets --- .../patches/01-proxmoxlib-js-nagscreen.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/nag_screen/patches/01-proxmoxlib-js-nagscreen.patch b/src/modules/nag_screen/patches/01-proxmoxlib-js-nagscreen.patch index 5957063..12869e0 100644 --- a/src/modules/nag_screen/patches/01-proxmoxlib-js-nagscreen.patch +++ b/src/modules/nag_screen/patches/01-proxmoxlib-js-nagscreen.patch @@ -1,7 +1,7 @@ ---- a/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js -+++ b/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js -@@ -599,37 +599,8 @@ - Ext.Msg.alert(gettext('Error'), res.htmlStatus || res.result.message), +--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2026-08-22 21:11:30.401400044 +0200 ++++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2026-08-22 21:12:57.664635944 +0200 +@@ -612,37 +612,8 @@ + ), checked_command: function (orig_cmd) { - Proxmox.Utils.API2Request({ @@ -35,8 +35,8 @@ - } - }, - }); -+ // disable subscription nag screen -+ orig_cmd(); +++ // disable subscription nag screen +++ orig_cmd(); }, assemble_field_data: function (values, data) {