You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2010/09/17 21:42:52 UTC

svn commit: r998284 - /incubator/vcl/trunk/web/.ht-inc/computers.php

Author: jfthomps
Date: Fri Sep 17 19:42:52 2010
New Revision: 998284

URL: http://svn.apache.org/viewvc?rev=998284&view=rev
Log:
modified editOrAddComputer - set size=15 for ipaddress

Modified:
    incubator/vcl/trunk/web/.ht-inc/computers.php

Modified: incubator/vcl/trunk/web/.ht-inc/computers.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/computers.php?rev=998284&r1=998283&r2=998284&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/computers.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/computers.php Fri Sep 17 19:42:52 2010
@@ -351,7 +351,7 @@ function viewComputers($showall=0) {
 	if($data["showhostname"] || $showall)
 		print "    <TD><INPUT type=text name=hostname maxlength=36></TD>\n";
 	if($data["showipaddress"] || $showall) {
-		print "    <TD><INPUT type=text name=ipaddress size=14 maxlength=15>";
+		print "    <TD><INPUT type=text name=ipaddress size=15 maxlength=15>";
 		print "</TD>\n";
 	}
 	if($data["showstate"] || $showall) {