From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 16 Aug 2006 21:54:14 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060816215414.974.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: jparsons at sourceware.org 2006-08-16 21:54:14 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: fixed indent error Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.56&r2=1.57 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/16 21:51:46 1.56 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/16 21:54:14 1.57 @@ -1097,10 +1097,10 @@ slist = list() nlist = list() for item in clustatus: - if item['type'] == "node": - nlist.append(item) - elif item['type'] == "service": - slist.append(item) + if item['type'] == "node": + nlist.append(item) + elif item['type'] == "service": + slist.append(item) fdomlist = list() clustername = request['clustername'] baseurl = req['URL']