-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set storage quota on storage clients
Signed-off-by: Alfonso Martínez <[email protected]>
- Loading branch information
1 parent
c06828e
commit 835683c
Showing
19 changed files
with
796 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 5 additions & 34 deletions
39
packages/ocs/dashboards/persistent-internal/raw-capacity-card/raw-capacity-card.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
packages/odf/components/storage-consumers/client-list.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.odf-storage-client-list__no-client-msg { | ||
margin-top: 12vh; | ||
} | ||
|
||
.odf-storage-client-list__no-client-msg-text { | ||
color: var(--pf-v5-global--disabled-color--100); | ||
text-align: center; | ||
width: 43vw; | ||
} | ||
|
||
.odf-storage-client-list__no-client-msg-icon { | ||
width: var(--pf-v5-global--icon--FontSize--xl); | ||
height: var(--pf-v5-global--icon--FontSize--xl); | ||
} |
Oops, something went wrong.