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

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Mar 6 22:48:20 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-03-06 22:48:19

Modified files:
	luci/site/luci/Extensions: cluster_adapters.py 

Log message:
	Fix an indentation error (not present in other branches)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.246&r2=1.247

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2007/03/05 16:50:43	1.246
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2007/03/06 22:48:19	1.247
@@ -3448,7 +3448,7 @@
 					starturl['nodename'] = node.getName()
 					starturl['url'] = baseurl + '?' + 'clustername=' + cluname +'&servicename=' + item['name'] + '&pagetype=' + SERVICE_START + '&nodename=' + node.getName()
 					starturls.append(starturl)
-					itemmap['links'] = starturls
+			itemmap['links'] = starturls
 
 			try:
 				svc = model.retrieveServiceByName(item['name'])




More information about the Cluster-devel mailing list