mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
feat: readd mange mode for host manager, guacd toolbar improvements, connection issues, etc.
This commit is contained in:
@@ -187,6 +187,7 @@ export type Tab = {
|
||||
host?: Host;
|
||||
terminalRef?: import("react").RefObject<{
|
||||
sendInput?: (data: string) => void;
|
||||
reconnect?: () => void;
|
||||
} | null>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user