-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
type:enhancementNew feature or requestNew feature or requesttype:usabilityImproves the UXImproves the UX
Description
As an OC admin, I want to have the overview of the available storage capacity of the system. I want to be visibly warned, if it becomes critically low.
Suggested implementation (mockup):
Note for possible implementation:
The filesystem status is already available through the files/storage REST endpoint:
https://<your-oc-server>/files/storage
{
"summary": "Usable space 220 Gb out of 1024 Gb (21%)",
"usable": 236265144320,
"size": 1099511627776,
"used": 9374792153
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:enhancementNew feature or requestNew feature or requesttype:usabilityImproves the UXImproves the UX