Skip to content

Add Filesystem Storage Status in UI #1535

@ypatios

Description

@ypatios

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):

Image

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
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions