-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat: Enhance PVC #3319
feat: Enhance PVC #3319
Conversation
Skipping CI for Draft Pull Request. |
value: pvc => | ||
pvc.status.capacity ? ( | ||
Object.entries(pvc?.status?.capacity).map(capacity => { | ||
console.log(capacity); |
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.
console.log left :)
<LayoutPanelRow | ||
name={capacity[0]} | ||
value={capacity[1] || EMPTY_TEXT_PLACEHOLDER} | ||
key={capacity[0]} | ||
/> |
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.
possibly change it to new long columns
#3324
public/i18n/en.yaml
Outdated
@@ -1108,13 +1108,17 @@ nodes: | |||
persistent-volume-claims: | |||
description: <0>PersistentVolumeClaim (PVC)</0> is a request for the PersistentVolume resources. | |||
headers: | |||
capacity: Capacity | |||
access-modes: Access Mode |
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.
shouldn't it be "Access Modes"?
Description
Changes proposed in this pull request:
Related issue(s)
#2857
Definition of done
backlog#4567