mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
@@ -66,6 +66,14 @@ export default function DockerTable({
|
|||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<ScrollArea style={{ height: '80vh' }}>
|
||||||
|
<TextInput
|
||||||
|
placeholder="Search by container or image name"
|
||||||
|
mt="md"
|
||||||
|
icon={<IconSearch size={14} />}
|
||||||
|
value={search}
|
||||||
|
onChange={handleSearchChange}
|
||||||
|
/>
|
||||||
<Table captionSide="bottom" highlightOnHover sx={{ minWidth: 800 }} verticalSpacing="sm">
|
<Table captionSide="bottom" highlightOnHover sx={{ minWidth: 800 }} verticalSpacing="sm">
|
||||||
<caption>your docker containers</caption>
|
<caption>your docker containers</caption>
|
||||||
<thead>
|
<thead>
|
||||||
@@ -86,5 +94,6 @@ export default function DockerTable({
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>{rows}</tbody>
|
<tbody>{rows}</tbody>
|
||||||
</Table>
|
</Table>
|
||||||
|
</ScrollArea>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user