mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #111] [Feature]: Name of the VM in addition to its ID in storage view #136
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#136
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 @nothing-fr on GitHub (Mar 11, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/111
Feature Description
Is it possible to add the name of the VM in addition to its ID in the storage view?
Problem / Use Case
This would allow for better and faster identification (without having to go back and forth with the inventory search).
Proposed Solution
Alternatives Considered
No response
Category
UI / UX
How important is this feature to you?
Nice to have
Additional Context
It is possible that the issue may also occur in other views. The aim is simply to avoid having to switch back and forth between the search and inventory views.
For example, ideally in the inventory view, having an option to display the VM ID in addition to the name could be useful...
Contribution
@adminsyspro commented on GitHub (Mar 11, 2026):
Hi! Thanks for the suggestion — this is now implemented in the latest commit.
What changed:
VM 100 (my-server)instead of justVM 100)This should make it much easier to identify which volumes belong to which VM without switching views.
Let us know if this works well for you!