You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/07/21 19:47:32 UTC

svn commit: r424431 - /incubator/lokahi/lokahi/trunk/src/www/Template/addVhost.vm

Author: toback
Date: Fri Jul 21 12:47:31 2006
New Revision: 424431

URL: http://svn.apache.org/viewvc?rev=424431&view=rev
Log:
Fix to make sure the select for IPs works.

Modified:
    incubator/lokahi/lokahi/trunk/src/www/Template/addVhost.vm

Modified: incubator/lokahi/lokahi/trunk/src/www/Template/addVhost.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Template/addVhost.vm?rev=424431&r1=424430&r2=424431&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Template/addVhost.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Template/addVhost.vm Fri Jul 21 12:47:31 2006
@@ -6,9 +6,9 @@
 ## to you under the Apache License, Version 2.0 (the
 ## "License"); you may not use this file except in compliance
 ## with the License.  You may obtain a copy of the License at
-## 
+##
 ##   http://www.apache.org/licenses/LICENSE-2.0
-## 
+##
 ## Unless required by applicable law or agreed to in writing,
 ## software distributed under the License is distributed on an
 ## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -127,7 +127,7 @@
   Ips for $hp.getName():<br />
   Servername: IP:<br />
   #foreach ($h in $hardware)
-  $h.getName() <select name=ipId/>
+  $h.getName() <select name="ipId" >
 
   #foreach ($ip in $h.getIps())
   <option value="$ip.getPk()">$ip.getName()</option>