diff --git a/components/dashboard/application/general/show.tsx b/components/dashboard/application/general/show.tsx index 4c95ec13e..b880edede 100644 --- a/components/dashboard/application/general/show.tsx +++ b/components/dashboard/application/general/show.tsx @@ -10,7 +10,7 @@ import { RedbuildApplication } from "../rebuild-application"; import { StartApplication } from "../start-application"; import { StopApplication } from "../stop-application"; import { DockerTerminalModal } from "../../settings/web-server/docker-terminal-modal"; -import { Terminal } from "lucide-react"; +import { CheckCircle2, Terminal } from "lucide-react"; import { DeployApplication } from "./deploy-application"; import { ResetApplication } from "./reset-application"; interface Props { @@ -55,8 +55,10 @@ export const ShowGeneralApplication = ({ applicationId }: Props) => { toast.error("Error to update Auto Deploy"); }); }} + className="flex flex-row gap-2 items-center" > Autodeploy + {data?.autoDeploy && } {data?.applicationStatus === "idle" ? ( diff --git a/components/dashboard/settings/profile/generate-token.tsx b/components/dashboard/settings/profile/generate-token.tsx index 8ad0cfa94..f79e8eb17 100644 --- a/components/dashboard/settings/profile/generate-token.tsx +++ b/components/dashboard/settings/profile/generate-token.tsx @@ -47,7 +47,11 @@ export const GenerateToken = () => {
- +