mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-30 07:35:15 +02:00
Dont do socket on non-newt sites
This commit is contained in:
parent
58a2a9dcc9
commit
df4da75c57
6 changed files with 45 additions and 66 deletions
|
@ -68,8 +68,9 @@ export const ContainersSelector: FC<ContainerSelectorProps> = ({
|
|||
}) => {
|
||||
const [open, setOpen] = useState(false);
|
||||
const isDesktop = useMediaQuery("(min-width: 768px)");
|
||||
|
||||
const { isAvailable, containers, fetchContainers } = useDockerSocket(
|
||||
site.siteId
|
||||
site
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue