From 7eb72a9d8d798dc0f3ab7bc8fa55461828e81164 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Mon, 29 Dec 2025 23:35:52 -0600 Subject: [PATCH] feat: add docker docs button --- .../apps/host-manager/hosts/tabs/HostDockerTab.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/ui/desktop/apps/host-manager/hosts/tabs/HostDockerTab.tsx b/src/ui/desktop/apps/host-manager/hosts/tabs/HostDockerTab.tsx index b87ab6d7..610bc180 100644 --- a/src/ui/desktop/apps/host-manager/hosts/tabs/HostDockerTab.tsx +++ b/src/ui/desktop/apps/host-manager/hosts/tabs/HostDockerTab.tsx @@ -7,10 +7,19 @@ import { } from "@/components/ui/form.tsx"; import { Switch } from "@/components/ui/switch.tsx"; import type { HostDockerTabProps } from "./shared/tab-types"; +import { Button } from "@/components/ui/button.tsx"; export function HostDockerTab({ form, t }: HostDockerTabProps) { return ( -
+
+