This commit is contained in:
@@ -6696,7 +6696,6 @@ async function initDetailsTerminalNow(containerId) {
|
|||||||
const fitAddon = new FitAddonCtor();
|
const fitAddon = new FitAddonCtor();
|
||||||
xterm.loadAddon(fitAddon);
|
xterm.loadAddon(fitAddon);
|
||||||
xterm.open(terminalContainer);
|
xterm.open(terminalContainer);
|
||||||
xterm.writeln('\x1b[90mConnecting to container shell…\x1b[0m');
|
|
||||||
|
|
||||||
const sendResize = (cols, rows) => {
|
const sendResize = (cols, rows) => {
|
||||||
if (!manager.active?.connected || !cols || !rows) return;
|
if (!manager.active?.connected || !cols || !rows) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user