mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
spelling: certificates
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
1feb237bce
commit
724cf7937e
@ -213,7 +213,7 @@ export class CertificatePage extends React.Component<{ extension: LensRendererEx
|
|||||||
return (
|
return (
|
||||||
<TabLayout>
|
<TabLayout>
|
||||||
<KubeObjectListLayout
|
<KubeObjectListLayout
|
||||||
className="Certicates" store={certificatesStore}
|
className="Certificates" store={certificatesStore}
|
||||||
sortingCallbacks={{
|
sortingCallbacks={{
|
||||||
[sortBy.name]: (certificate: Certificate) => certificate.getName(),
|
[sortBy.name]: (certificate: Certificate) => certificate.getName(),
|
||||||
[sortBy.namespace]: (certificate: Certificate) => certificate.metadata.namespace,
|
[sortBy.namespace]: (certificate: Certificate) => certificate.metadata.namespace,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user