public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH xtermjs] fix console window title for rust template
@ 2020-11-11 10:08 Aaron Lauterer
  2020-11-11 11:22 ` Thomas Lamprecht
  2020-11-11 15:18 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 2 replies; 4+ messages in thread
From: Aaron Lauterer @ 2020-11-11 10:08 UTC (permalink / raw)
  To: pbs-devel

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/www/index.html.hbs.in b/src/www/index.html.hbs.in
index ecbea1b..0dba066 100644
--- a/src/www/index.html.hbs.in
+++ b/src/www/index.html.hbs.in
@@ -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>
-- 
2.20.1





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-11 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11 10:08 [pbs-devel] [PATCH xtermjs] fix console window title for rust template Aaron Lauterer
2020-11-11 11:22 ` Thomas Lamprecht
2020-11-11 12:07   ` Dominik Csapak
2020-11-11 15:18 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal