mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Customize search input placeholder
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
dbd480212d
commit
61602d9628
@ -27,6 +27,12 @@ const NonInjectedMutatingWebhookConfigurations = observer((props: Dependencies)
|
||||
<SiblingsInTabLayout>
|
||||
<KubeObjectListLayout
|
||||
isConfigurable
|
||||
customizeHeader={({ searchProps }) => ({
|
||||
searchProps: {
|
||||
...searchProps,
|
||||
placeholder: "Search...",
|
||||
},
|
||||
})}
|
||||
tableId="config_mutating_webhook_configurations"
|
||||
className={"MutatingWebhookConfigurations"}
|
||||
store={props.store}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user