-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnonagscreen.patch
More file actions
23 lines (23 loc) · 1.08 KB
/
nonagscreen.patch
File metadata and controls
23 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2025-09-30 22:32:07.726672287 +0200
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2025-09-30 22:33:56.705032787 +0200
@@ -614,18 +614,8 @@
!res ||
res.data.status.toLowerCase() !== 'active'
) {
- Ext.Msg.show({
- title: gettext('No valid subscription'),
- icon: Ext.Msg.WARNING,
- message: Proxmox.Utils.getNoSubKeyHtml(res.data.url),
- buttons: Ext.Msg.OK,
- callback: function (btn) {
- if (btn !== 'ok') {
- return;
- }
- orig_cmd();
- },
- });
+ // nonagscreen-patch
+ orig_cmd();
} else {
orig_cmd();
}