Skip to content

Instantly share code, notes, and snippets.

@Zoddo
Last active August 2, 2023 15:37
Show Gist options
  • Save Zoddo/828c66e46b0d6ae0d70da24e4149e391 to your computer and use it in GitHub Desktop.
Save Zoddo/828c66e46b0d6ae0d70da24e4149e391 to your computer and use it in GitHub Desktop.
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2020-06-30 13:36:05.000000000 +0200
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js-new 2020-07-12 12:43:34.704855306 +0200
@@ -450,6 +450,9 @@
},
checked_command: function(orig_cmd) {
+ orig_cmd();
+ return; // Neutralize the API request
+
Proxmox.Utils.API2Request(
{
url: '/nodes/localhost/subscription',
@Zoddo
Copy link
Author

Zoddo commented Apr 16, 2021

Updated patch file for last versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment