panel icon indicating copy to clipboard operation
panel copied to clipboard

Button to open console in a separate window (Like in <1.0.x)

Open realkarmakun opened this issue 3 years ago • 3 comments

Describe the solution you'd like A button that opens separate window with server's console.

Additional context It was a really useful feature for server management. I believe it was just overlooked so this is just a reminder.

realkarmakun avatar Oct 23 '20 14:10 realkarmakun

Bump.

Artuto avatar Jul 03 '21 21:07 Artuto

Still relevant. We have about 16+ servers and every single one of them needs to be monitored. Having them all on one screen in separate windows was very handy

realkarmakun avatar Oct 14 '21 22:10 realkarmakun

I've made a CSS injection workaround for this until this is fixed:

.piqbQ.sc-1j2y518-1, .byVPsx.sc-19da077-1, .jWBQCE.sc-19da077-0, .fade-enter-done.fade-appear-done.cWFcHc.lfuaoi-0, .fOFvgZ.tupl2x-2, .fNmetC.kbxq2g-3, .x3r2dw-0.kbxq2g-2.evldyg.fhnXAb { display: none; }

#terminal, #ltr, .x3r2dw-0, .itaf37-3, .xterm-screen, .xterm-text-layer, .xterm-selection-layer, .xterm-link-layer, .xterm-cursor-layer, .itaf37-2.intSrw { height: 100%; }

.x3r2dw-0, .iyAtmz { margin: 0; }

.itaf37-3 { height: calc(100% - 3.5em); }

I've only tested this in Edge, but it should be effective in most browsers.

SirJimmothy avatar Dec 31 '21 14:12 SirJimmothy