mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-04 17:09:30 +00:00
Merge remote-tracking branch 'upstream/dev' into feature-i18n
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
@@ -172,6 +172,8 @@ export function Layout({
|
||||
alt="Pangolin Logo"
|
||||
width={110}
|
||||
height={25}
|
||||
priority={true}
|
||||
quality={25}
|
||||
/>
|
||||
)}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user