mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix comment syntax.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
6927f6c2bd
commit
af74cb07b0
@ -41,8 +41,10 @@ export interface KubeObjectListLayoutProps<
|
|||||||
dependentStores?: SubscribableStore[];
|
dependentStores?: SubscribableStore[];
|
||||||
subscribeStores?: boolean;
|
subscribeStores?: boolean;
|
||||||
|
|
||||||
// Customize resource name for e.g. search input ("Search <ResourceName>..."")
|
/**
|
||||||
// If not provided, ResourceNames is used instead with a fallback to resource kind.
|
* Customize resource name for e.g. search input ("Search <ResourceName>..."")
|
||||||
|
* If not provided, ResourceNames is used instead with a fallback to resource kind.
|
||||||
|
*/
|
||||||
resourceName?: string;
|
resourceName?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user