-
Notifications
You must be signed in to change notification settings - Fork 3
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
NEST-422: Media storage quota management for OC sites #53
Conversation
Lombiq.Hosting.Tenants.MediaStorageManagement/Views/UploadFileSize.cshtml
Show resolved
Hide resolved
Lombiq.Hosting.Tenants.MediaStorageManagement/Views/UploadFileSize.cshtml
Show resolved
Hide resolved
Lombiq.Hosting.Tenants.MediaStorageManagement/Views/UploadFileSize.cshtml
Show resolved
Hide resolved
Lombiq.Hosting.Tenants.MediaStorageManagement/Views/UploadFileSize.cshtml
Show resolved
Hide resolved
@@ -0,0 +1,56 @@ | |||
using Lombiq.Hosting.Tenants.MediaStorageManagement.Service; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Just commenting it here.)
Is there a way to see total available space/ remaining space somewhere in the UI? I think that would be important. I don't know if this is already in OC, but I don't see that you added something like that.
I guess that can be a separate issue or something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that could be a new feature. I thought that I would add it, but then I realized that it should be fetched and updated after each upload async, so I didn't add it at the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please note this in a "Future" issue or somewhere?
NEST-422