[Cluster-devel] conga/luci/cluster resource-form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Jul 30 21:00:38 UTC 2008


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2008-07-30 21:00:37

Modified files:
	luci/cluster   : resource-form-macros 

Log message:
	fix a bug that caused oracle resource attributes to not appear in the input fields

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.52&r2=1.53

--- conga/luci/cluster/resource-form-macros	2008/05/12 18:03:39	1.52
+++ conga/luci/cluster/resource-form-macros	2008/07/30 21:00:37	1.53
@@ -1397,7 +1397,7 @@
 				<input type="text" size="20" name="user"
 					tal:attributes="
 						disabled python: editDisabled;
-						value res/user | nothing" />
+						value res/attrs/user | nothing" />
 			</td>
 		</tr>
 		<tr class="systemsTable">
@@ -1406,7 +1406,7 @@
 				<input type="text" size="20" name="home"
 					tal:attributes="
 						disabled python: editDisabled;
-						value res/home | nothing" />
+						value res/attrs/home | nothing" />
 			</td>
 		</tr>
 		<tr class="systemsTable">
@@ -1415,7 +1415,7 @@
 				<input type="text" size="20" name="vhost"
 					tal:attributes="
 						disabled python: editDisabled;
-						value res/vhost | nothing" />
+						value res/attrs/vhost | nothing" />
 			</td>
 		</tr>
 	</table>




More information about the Cluster-devel mailing list