Files
ansible-roles/roles/pbs/files/remove_nag.patch
2025-08-14 11:00:16 +02:00

19 lines
907 B
Diff

diff --git a/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig b/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
index ebf9c64..dab16a4 100644
--- a/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig
+++ b/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
@@ -608,12 +608,7 @@ Ext.define('Proxmox.Utils', {
},
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,