-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spaces quota should show the quota which has been actually set #3233
Labels
Comments
@janackermann, does this help you for this case? #3368 |
@C0rby yes |
@janackermann, I updated the code and comment here: #3368 |
THX, will start implementing approx next week |
The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently, the spaces API returns the field
total
which represents the set quota,if the set quota is higher then the available hard drive space
total
will show the available hard drive space.The information on which quota has been actually set is not available anymore.
Describe the solution you'd like
Introduce a new field that will represent the actual set quota value
The text was updated successfully, but these errors were encountered: