import { Terminal } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { useNavigate } from "react-router-dom"; export function SshTasksAddonPage() { const navigate = useNavigate(); return (
Create, edit, and run saved shell or Python tasks against local or remote machines.