mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove unused settings
This commit is contained in:
@@ -37,9 +37,6 @@ export const Terminal: React.FC<Props> = ({ id, serverId }) => {
|
|||||||
background: "rgba(0, 0, 0, 0)",
|
background: "rgba(0, 0, 0, 0)",
|
||||||
foreground: "currentColor",
|
foreground: "currentColor",
|
||||||
},
|
},
|
||||||
allowTransparency: true,
|
|
||||||
screenReaderMode: true,
|
|
||||||
scrollback: 1000,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const addonFit = new FitAddon();
|
const addonFit = new FitAddon();
|
||||||
|
|||||||
Reference in New Issue
Block a user