mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-16 21:38:00 +02:00
19 lines
907 B
Diff
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,
|