We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643dbf4 commit edc7eedCopy full SHA for edc7eed
src/packages/ce/src/dashboard/runtime/RuntimesPage.tsx
@@ -18,7 +18,6 @@ export const RuntimesPage: React.FC = () => {
18
Runtimes
19
</Text>
20
<Flex align={"center"} style={{gap: "0.7rem"}}>
21
- <TextInput left={<IconSearch size={16}/>} placeholder={"Find a global runtime..."}/>
22
<Link href={namespaceId ? `/namespace/${namespaceId}/runtimes/create` : "/runtimes/create"}>
23
<Button color={"success"}>Create runtime</Button>
24
</Link>
0 commit comments