-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
操作后PVE Web界面空白 #75
Comments
浏览器控制台打印: 而且,还原配置提示No Such file。 这应该是把我文件删除了吧,而且备份不知道还没了。 |
感谢作者的分享,这个项目解决了我的硬盘休眠问题。上面无法打开Web操控台问题我自己也解决了。既然这个js有问题,那么我就找到原来的js就行了,原来的js自然是在pve的安装镜像里面。 找到这个包:/Volumes/PVE/proxmox/packages/pve-manager_7.4-3_amd64.deb (版本可能有出入) |
apt install pve-manager --reinstall
service pveproxy restart #这一步不知道有没有用 再清理浏览器缓存,解决了这个问题 |
亲测有效,感谢! |
pve3.3-3 $ grep -C 3 pveNodeStatus /usr/share/pve-manager/js/pvemanagerlib.js
Ext.define('PVE.node.StatusView', {
extend: 'Proxmox.panel.StatusView',
alias: 'widget.pveNodeStatus',
height: 523 , << -- 当时这个位置是空的,导致js报错,填上数字就行
bodyPadding: '15 5 15 5', |
怀疑是显示传感器温度导致的,但是实际操作的时候提示版本支持,但是我选择升级脚本为最新版本的时候,出现了一些提示修改传感器的日志输出。
The text was updated successfully, but these errors were encountered: