Files
ansible-roles/roles/pmg/files/remove_nag.patch

17 lines
781 B
Diff
Raw Normal View History

2025-08-18 10:00:17 +02:00
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2025-08-14 15:58:53.942358475 +0200
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2025-08-14 15:59:17.487663267 +0200
@@ -608,12 +608,7 @@
},
success: function (response, opts) {
let res = response.result;
- if (
- res === null ||
- res === undefined ||
- !res ||
- res.data.status.toLowerCase() !== 'active'
- ) {
+ if (false) {
Ext.Msg.show({
title: gettext('No valid subscription'),
icon: Ext.Msg.WARNING,