[GH-ISSUE #39] [Bug]: Templates being included in VM count #129

Closed
opened 2026-03-13 17:14:03 +03:00 by kerem · 1 comment
Owner

Originally created by @harmgsn on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/39

Bug Description

On the "Dashboard" under "VMs Running" it is including Templates as a VM that could be running. In reality this should not be the case as a template isn't capable of running. Your only option is to clone

Steps to Reproduce

Have a PVE instance with a VM that you convert to Template.

Expected Behavior

Template should not count in the "VMs Running" count. It's not a VM - it's a template. For example - mine says 5/7 - I only have 6 VMs on this PVE instance and 1 template. 1 VM is off. It should so 5/6 Running because the template should not be included in the "Total" count

Actual Behavior

It shows 5/7 running - because it's including the template in that count.

ProxCenter Version

1.2.0

Proxmox VE Version

9.1.5

Browser

N/A

Logs / Screenshots

No response

Originally created by @harmgsn on GitHub (Feb 22, 2026). Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/39 ### Bug Description On the "Dashboard" under "VMs Running" it is including Templates as a VM that could be running. In reality this should not be the case as a template isn't capable of running. Your only option is to clone ### Steps to Reproduce Have a PVE instance with a VM that you convert to Template. ### Expected Behavior Template should not count in the "VMs Running" count. It's not a VM - it's a template. For example - mine says 5/7 - I only have 6 VMs on this PVE instance and 1 template. 1 VM is off. It should so 5/6 Running because the template should not be included in the "Total" count ### Actual Behavior It shows 5/7 running - because it's including the template in that count. ### ProxCenter Version 1.2.0 ### Proxmox VE Version 9.1.5 ### Browser N/A ### Logs / Screenshots _No response_
kerem 2026-03-13 17:14:03 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@adminsyspro commented on GitHub (Feb 23, 2026):

Fixed in commit 010ec14.

Templates (template=1) were incorrectly included in the vmsRunning, vmsStopped and vmsTotal counts on the dashboard API (/api/v1/dashboard). The filters now exclude templates from these counts, while keeping the separate templates count available in guests.vms.templates.

<!-- gh-comment-id:3942895728 --> @adminsyspro commented on GitHub (Feb 23, 2026): Fixed in commit 010ec14. Templates (`template=1`) were incorrectly included in the `vmsRunning`, `vmsStopped` and `vmsTotal` counts on the dashboard API (`/api/v1/dashboard`). The filters now exclude templates from these counts, while keeping the separate `templates` count available in `guests.vms.templates`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#129
No description provided.