当我点击web UI上面的这些按钮后没有任何反应,寻求帮助

Hey,

are any errors shown in the JS console(right-click -> Inspect -> Console).
 
When you open https://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions, does the returned json it start with {"success":1?
 
当您打开 https://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions 时,返回的 json 是否以 {"success":1 开头?
{"success":0,"status":501,"data":null,"message":"Method 'GET /nodes/<NODE>/apt/versions{\"success\":1' not implemented"}
 
<NODE> has to be the name of the node.
 
Did you modify your PVE instance in any way/ What is the exact URL you used? Make sure it is https://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions.