-
-
Save axcelred/e21287db8f9c78e2e9a963e1a10f838e to your computer and use it in GitHub Desktop.
Revisions
-
Akash Rajvanshi created this gist
Feb 13, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ # Proxmox 6.2 and UP # STEP1 - ssh to your proxmox server # STEP2 - go to this dir $ cd /usr/share/javascript/proxmox-widget-toolkit/ # STEP3 - create a backup of you proxmoxlib.js $ cp proxmoxlib.js proxmoxlib.js.bak # STEP3 - now edit proxmoxlib.js $ vim proxmoxlib.js # Search for Ext.Msg.show({ title: gettext('No valid subscription'), # Replace with void({ title: gettext('No valid subscription'), # STEP4 - Restart preproxy service $ systemctl restart pveproxy.service # To Check ( it'ss working or not ) $ grep -n -B 1 'No valid sub' proxmoxlib.js # Note: After this clear browser cache and restart the browser