feat: add ssh buttons in the ui using hostinfo checks
This commit is contained in:
parent
b34a3f0ca1
commit
1e86b0e95b
5 changed files with 97 additions and 22 deletions
|
|
@ -2,7 +2,6 @@ import { CheckCircle, CircleSlash, Info, UserCircle } from 'lucide-react';
|
|||
import { useMemo, useState } from 'react';
|
||||
import type { ActionFunctionArgs, LoaderFunctionArgs } from 'react-router';
|
||||
import { Link as RemixLink, useLoaderData } from 'react-router';
|
||||
import { mapTag } from 'yaml/util';
|
||||
import Attribute from '~/components/Attribute';
|
||||
import Button from '~/components/Button';
|
||||
import Card from '~/components/Card';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue