From 093826729c2fe1567aed2aaf570c5a5412666538 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 29 Apr 2021 22:50:19 -0700 Subject: [PATCH] Minor SSH computer name fix. --- views/ssh.handlebars | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/ssh.handlebars b/views/ssh.handlebars index 5d41cd22..92ef3077 100644 --- a/views/ssh.handlebars +++ b/views/ssh.handlebars @@ -27,7 +27,7 @@
- {{{name}}} - + -
@@ -84,6 +84,9 @@ var pass = ''; function start() { + // Set the computer name + QH('computerName', name); + // When the user resizes the window, re-fit window.onresize = function () { if (termfit != null) { termfit.fit(); } }