]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
fix console window title for rust template
authorAaron Lauterer <a.lauterer@proxmox.com>
Wed, 11 Nov 2020 10:08:46 +0000 (11:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Nov 2020 12:32:49 +0000 (13:32 +0100)
The nodename was missing from the title because the variable name is
capitalized.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/www/index.html.hbs.in

index ecbea1ba5bf002b67fce63e2f18e2b8d122b68e9..0dba066bb840782851e355212071206611c9c544 100644 (file)
@@ -1,7 +1,7 @@
 <!doctype html>
 <html>
     <head>
-       <title>{{ nodename }} - Proxmox Console</title>
+       <title>{{ NodeName }} - Proxmox Console</title>
        <link rel="stylesheet" href="/xtermjs/xterm.css?version=@VERSION@" />
        <link rel="stylesheet" href="/xtermjs/style.css?version=@VERSION@" />
        <script src="/xtermjs/xterm.js?version=@VERSION@" ></script>