If you don't want to remove the templates, just not display them in the perf 
tab, you could edit the performance zope template, for example, if you wanted 
to only show graphs who's title starts with CPU you could change the following 
line:


Code:

<tal:block tal:define="graphid string:graph_${repeat/graph/index}; graphtitle 
graph/title">




to


Code:

<tal:block tal:define="graphid string:graph_${repeat/graph/index}; graphtitle 
graph/title" tal:condition="python: graphtitle.find('CPU') == 0">







-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=24109#24109

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to