To answer my own question: if you copy the zPropertyEdit.pt and change the <tr>
for the properties to the following you can only show the properties starting
with "zTelnet" (for example):
Code:
<tal:block tal:repeat="prop props">
<tr tal:define="odd repeat/prop/odd;"
tal:attributes="class python:test(odd, 'odd', 'even')"
tal:condition="python: prop.find('zTelnet') == 0">
I assume something similar can be done with the perf graphs although they seem
to be generated by a macro so I'll have to look a little harder...
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=23552#23552
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users