Files
role-service-proxmox_virtua…/files/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.patch

13 lines
570 B
Diff
Raw Normal View History

2025-04-03 02:36:50 +02:00
# 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),