CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL4
Changes by: [EMAIL PROTECTED] 2008-04-11 22:43:17
Modified files:
luci/cluster : fence-macros
Log message:
Fix typo
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.4.2&r2=1.2.4.3
--- conga/luci/cluster/fence-macros 2008/04/11 06:48:10 1.2.4.2
+++ conga/luci/cluster/fence-macros 2008/04/11 22:43:17 1.2.4.3
@@ -1850,7 +1850,7 @@
<td>Node name</td>
<td>
<input type="text" name="node"
- tal:attributes="value
request/node | nothing" />
+ tal:attributes="value
cur_instance/node | nothing" />
</td>
</tr>
</table>