From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 27 Jul 2006 15:53:00 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060727155300.19375.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-07-27 15:53:00 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.15&r2=1.16 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/07/25 20:16:21 1.15 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/07/27 15:53:00 1.16 @@ -146,7 +146,7 @@ return None -formValidator = { +formValidators = { 6: validateCreateCluster, 15: validateAddClusterNode }