diff options
Diffstat (limited to 'app/server-control/controllers/remote-console-controller.html')
-rw-r--r-- | app/server-control/controllers/remote-console-controller.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/server-control/controllers/remote-console-controller.html b/app/server-control/controllers/remote-console-controller.html index d26ebbe..3011eb0 100644 --- a/app/server-control/controllers/remote-console-controller.html +++ b/app/server-control/controllers/remote-console-controller.html @@ -9,7 +9,11 @@ </section> <section class="row column"> <p class="serial-lan__copy">The Serial over LAN (SoL) console redirects the output of the server’s serial port to a browser window on your workstation.</p> - <serial-console show-tab-btn="true"></serial-console> + </section> + <section class="row column"> + <div class="terminal-container"> + <serial-console show-tab-btn="true"></serial-console> + </div> </section> </div> |