[pbs-devel] [PATCH xtermjs] fix console window title for rust template

Dominik Csapak d.csapak at proxmox.com
Wed Nov 11 13:07:06 CET 2020


On 11/11/20 12:22 PM, Thomas Lamprecht wrote:
> On 11.11.20 11:08, Aaron Lauterer wrote:
>> The nodename was missing from the title because the variable name is
>> capitalized.
>>
>> Signed-off-by: Aaron Lauterer <a.lauterer at 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>
>>
> 
> this does not apply here?
> 
>


just fyi, it does here...
master is on


commit b0b1ab07886b801c1f40861e73579fa0f93ca3a0 (origin/master)
Author: Thomas Lamprecht <t.lamprecht at proxmox.com>
Date:   Fri Aug 28 13:51:48 2020 +0200

     bump version to 4.7.0-2

     Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>





More information about the pbs-devel mailing list