1
0
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:
Alex Andreev 2023-04-07 13:35:17 +03:00
parent dbd480212d
commit 61602d9628

View File

@ -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}