修改JS文件
$ nano /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
6.0+ (380行)
if (data.status !== 'Active') {
替换为
if (false) {
重启服务
$ systemctl restart pveproxy.service
$ nano /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
6.0+ (380行)
if (data.status !== 'Active') {
替换为
if (false) {
重启服务
$ systemctl restart pveproxy.service