2025-04-03 02:36:50 +02:00
|
|
|
# SPDX-License-Identifier: MIT
|
2025-08-06 00:11:06 +02:00
|
|
|
--- 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),
|