feature: nodename field on setup page is too small (#77)

Fixes #76
This commit is contained in:
dman776 2018-07-17 14:13:30 -05:00 committed by GitHub
parent accca49945
commit f05c204a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ print "<table cellpadding=5 border=0>
<tr> <tr>
<td>Node Name</td> <td>Node Name</td>
<td><input type=text name=nodetac value='$nodetac' tabindex=1></td> <td><input type=text name=nodetac value='$nodetac' tabindex=1 size='50'></td>
<td align=right>Password</td> <td align=right>Password</td>
<td><input type=password name=passwd1 value='$passwd1' size=8 tabindex=2></td>"; <td><input type=password name=passwd1 value='$passwd1' size=8 tabindex=2></td>";