[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

jparsons at sourceware.org jparsons at sourceware.org
Wed Aug 16 21:54:14 UTC 2006


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']




More information about the Cluster-devel mailing list