Inhibit storage scale down UX #337
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
servala/servala-portal#337
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?
Stories
As a user, I want to be informed that it's not possible to scale storage down and also be prohibited from trying to do so early on.
Implementation Notes
Once a storage size is configured, it cannot be scaled down, only up. Prohibit the user from being able to scale down the storage size of an already running instance.
This is already enforced by the control plane, but making the portal aware of that increases user-friendliness. E.g. set the min size on the input type number in the edit form and inform accordingly.