Files
role-service-proxmox_virtua…/files/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.patch
hygienic-books 3a5a02fd71 fix(proxy): Remove subscription nag message
Adjust proxmoxlib.js patch file to work with newest Proxmox code.
This removes the "No valid subscription" nag pop-up message on login.
2025-08-06 00:11:06 +02:00

13 lines
570 B
Diff

# SPDX-License-Identifier: MIT
--- proxmoxlib.js.orig 2025-07-16 00:33:18.000000000 +0200
+++ proxmoxlib.js 2025-08-06 00:01:50.479413166 +0200
@@ -614,7 +614,7 @@
!res ||
res.data.status.toLowerCase() !== 'active'
) {
- Ext.Msg.show({
+ void({
title: gettext('No valid subscription'),
icon: Ext.Msg.WARNING,
message: Proxmox.Utils.getNoSubKeyHtml(res.data.url),