mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-19 06:48:17 +02:00
17 lines
781 B
Diff
17 lines
781 B
Diff
--- /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,
|