mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
feat: improve all connection types
This commit is contained in:
@@ -118,6 +118,7 @@ export type Host = {
|
||||
telnetPassword?: string;
|
||||
|
||||
guacamoleConfig?: Record<string, any>;
|
||||
forceKeyboardInteractive?: boolean;
|
||||
};
|
||||
|
||||
export type Credential = {
|
||||
@@ -180,6 +181,9 @@ export type Tab = {
|
||||
type: TabType;
|
||||
label: string;
|
||||
host?: Host;
|
||||
terminalRef?: import("react").RefObject<{
|
||||
sendInput?: (data: string) => void;
|
||||
} | null>;
|
||||
};
|
||||
|
||||
export type DockerContainerStatus =
|
||||
@@ -274,8 +278,8 @@ export type Snippet = {
|
||||
id: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
command: string;
|
||||
folderId: number | null;
|
||||
content: string;
|
||||
folder: string | null;
|
||||
};
|
||||
|
||||
export const FOLDER_ICONS = [
|
||||
|
||||
Reference in New Issue
Block a user