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(); } }