mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #109] [Feature]: Add refresh to storage view like the other views... #138
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#138
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/109
Feature Description
Is it possible to add a refresh button for the storage section in the same way as on VMs, for example?
Problem / Use Case
Proposed Solution
Alternatives Considered
No response
Category
Infrastructure Management
How important is this feature to you?
Nice to have
Additional Context
Just to be consistent with the other views that have a refresh button.
Contribution
@adminsyspro commented on GitHub (Mar 11, 2026):
Hi! Thanks for the suggestion — you're absolutely right, it should be consistent with the other views.
A refresh button has been added to the storage detail panel header in commit
fd06fb8. It works the same way as on VMs and nodes (with the spin animation while refreshing).The fix will be available in the next Docker image build. Let us know if it works as expected!
@nothing-fr commented on GitHub (Mar 11, 2026):
Everything looks fine to me, thank you!