Wednesday, March 07, 2012
ProxmoxVE 2.0rc1 web console tab fix
I ran across an annoying bug while accessing the guest using the console. Tab completion was not working which made it difficult to work on the web console. I found a work around which modifies /usr/share/pve-manager/ext4/pvemanagerlib.js with:
cp /usr/share/pve-manager/ext4/pvemanagerlib.js /root/pvemanagerlib.js.bak
cat /usr/share/pve-manager/ext4/pvemanagerlib.js | \
sed "s/'Show Controls', value: 'No'/'Show Controls', value: 'Yes'/" \
> /usr/share/pve-manager/ext4/pvemanagerlib.js
I hope you found the post useful. You can subscribe via email or subscribe via a feed reader to get relevant updates from this blog. Have a nice day.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment