mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 05:16:38 +00:00
improve docker container selector button placement
This commit is contained in:
@@ -81,9 +81,10 @@ export const ContainersSelector: FC<ContainerSelectorProps> = ({
|
||||
<>
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
variant="ghost"
|
||||
onClick={() => setOpen(true)}
|
||||
title={t("viewDockerContainers")}
|
||||
className="border-r rounded-r-none"
|
||||
>
|
||||
<FaDocker size={15} />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user