Update AppImage

This commit is contained in:
MacRimi
2025-11-09 15:44:35 +01:00
parent 014deb2118
commit 1712d32ef7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "proxmenux-monitor",
"version": "1.0.0",
"version": "1.0.1",
"description": "Proxmox System Monitoring Dashboard",
"private": true,
"scripts": {

View File

@@ -2858,7 +2858,7 @@ def get_detailed_gpu_info(gpu):
clients = best_json['clients']
processes = []
for client_id, client_data in clients:
for client_id, client_data in clients.items():
process_info = {
'name': client_data.get('name', 'Unknown'),
'pid': client_data.get('pid', 'Unknown'),