This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak 2018-05-14 12:06:33.000000000 +0300 | |
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2018-07-25 23:55:45.513350604 +0300 | |
@@ -350,6 +350,8 @@ Ext.define('Proxmox.Utils', { utilities: | |
var data = response.result.data; | |
if (data.status !== 'Active') { | |
+ | |
+ /************************************************* | |
Ext.Msg.show({ | |
title: gettext('No valid subscription'), |