[Cluster-devel] conga/luci cluster/form-macros site/luci/Exten ...

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Mar 14 22:37:42 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2007-03-14 22:37:42

Modified files:
	luci/cluster   : form-macros 
	luci/site/luci/Extensions: NFSClient.py 

Log message:
	Fix NFS resource bugs

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.21&r2=1.90.2.22
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/NFSClient.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1&r2=1.1.2.1

--- conga/luci/cluster/form-macros	2007/03/12 04:22:25	1.90.2.21
+++ conga/luci/cluster/form-macros	2007/03/14 22:37:41	1.90.2.22
@@ -4304,15 +4304,15 @@
 		<div metal:use-macro="here/resource-form-macros/macros/gfs_macro" />
 	</tal:block>
 
-	<tal:block tal:condition="python: type == 'nfsm'">
+	<tal:block tal:condition="python: type == 'netfs'">
 		<div metal:use-macro="here/resource-form-macros/macros/nfsm_macro"/>
 	</tal:block>
 
-	<tal:block tal:condition="python: type == 'nfsx'">
+	<tal:block tal:condition="python: type == 'nfsexport'">
 		<div metal:use-macro="here/resource-form-macros/macros/nfsx_macro"/>
 	</tal:block>
 
-	<tal:block tal:condition="python: type == 'nfsc'">
+	<tal:block tal:condition="python: type == 'nfsclient'">
 		<div metal:use-macro="here/resource-form-macros/macros/nfsc_macro"/>
 	</tal:block>
 
--- conga/luci/site/luci/Extensions/NFSClient.py	2006/05/30 20:17:21	1.1
+++ conga/luci/site/luci/Extensions/NFSClient.py	2007/03/14 22:37:41	1.1.2.1
@@ -5,7 +5,7 @@
 import gettext
 _ = gettext.gettext
 
-RESOURCE_TYPE=_("NFS Client: ")
+RESOURCE_TYPE=_("NFS Client")
 TAG_NAME = "nfsclient"
 DENY_ALL_CHILDREN = True
 




More information about the Cluster-devel mailing list