From b87d429eb9ed3e87cbb0e3344d4a2abdf62b9e6c Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 25 Mar 2002 09:13:51 +0000 Subject: [PATCH] Changed login command destination from system.inetaddr to system.host_name. --- exec/nodelist-html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/nodelist-html.js b/exec/nodelist-html.js index a061d6c808..82834a03f5 100644 --- a/exec/nodelist-html.js +++ b/exec/nodelist-html.js @@ -66,7 +66,7 @@ writeln("</td>"); writeln("<td align=right>"); writeln("<form>"); writeln("<input type=button value='Login' onClick='location=\"telnet://" - + system.inetaddr + "\";'>"); + + system.host_name + "\";'>"); writeln("</form>"); writeln("</td>"); writeln("</tr>"); -- GitLab