Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/user/spaces/img/quota/context-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/spaces/img/quota/enter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/spaces/img/quota/quota-menue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/spaces/img/quota/select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/spaces/img/quota/selected-space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/spaces/img/quota/top-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 4 additions & 8 deletions docs/user/spaces/quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,18 @@ As a Space administrator, you can adjust the storage capacity (quota) of a Space

## Steps to edit the Space quota

- Select the Edit quota option in the Top-Bar
- Select the Edit quota option in the Top-Bar or in the Context-Menu

<img src={require("./img/quota/top-bar.png").default} alt="Top-Bar" width="1920"/>

- or in the Context-Menu

<img src={require("./img/quota/context-menu.png").default} alt="Context-Menu" width="400"/>
<img src={require("./img/quota/context-menu.png").default} alt="Context-Menu" width="1920"/>

- Two options are available in the window that opens:
- Select a default size (e.g. 5 GB) from the drop-down menu.

<img src={require("./img/quota/select.png").default} alt="Select-quota" width="500"/>
<img src={require("./img/quota/select.png").default} alt="Select-quota" width="1920"/>

- Enter an individual storage size.

<img src={require("./img/quota/enter.png").default} alt="Enter-quota" width="500" style={{ display: "block", marginTop: "1rem", marginBottom: "1rem" }}/>
<img src={require("./img/quota/enter.png").default} alt="Enter-quota" width="1920"/>

- Click on Confirm to apply the change.

Expand Down