mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #39] [Bug]: Templates being included in VM count #129
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@adminsyspro commented on GitHub (Feb 23, 2026):
Fixed in commit
010ec14.Templates (
template=1) were incorrectly included in thevmsRunning,vmsStoppedandvmsTotalcounts on the dashboard API (/api/v1/dashboard). The filters now exclude templates from these counts, while keeping the separatetemplatescount available inguests.vms.templates.