Skip to content
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

Clickable StorageClass #6410

Merged
merged 1 commit into from Oct 14, 2022
Merged

Conversation

dex4er
Copy link
Contributor

@dex4er dex4er commented Oct 13, 2022

Hi.

This patch enabled clickable storageClassName in PV and PVC detailed view.

@dex4er dex4er requested a review from a team as a code owner October 13, 2022 23:19
@dex4er dex4er requested review from Iku-turso and ixrock and removed request for a team October 13, 2022 23:19
Signed-off-by: Piotr Roszatycki <piotr.roszatycki@gmail.com>
<DrawerItem name="Access Modes">
{accessModes?.join(", ")}
</DrawerItem>
<DrawerItem name="Storage Class Name">
{storageClassName}
<Link
key="link"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need key prop here for a standalone <Link/> component.

@@ -57,10 +62,16 @@ export class PersistentVolumeDetails extends React.Component<PersistentVolumeDet
{persistentVolumeReclaimPolicy}
</DrawerItem>
<DrawerItem name="Storage Class Name">
{storageClassName}
<Link
key="link"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need key prop here for a standalone <Link/> component.

@aleksfront aleksfront added this to the 6.2.0 milestone Oct 14, 2022
@aleksfront aleksfront added enhancement New feature or request area/ui labels Oct 14, 2022
@aleksfront aleksfront merged commit 19a18eb into lensapp:master Oct 14, 2022
@dex4er dex4er deleted the clickable-storageclass branch October 14, 2022 07:59
@Nokel81 Nokel81 mentioned this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants