I'd like to add the Location and the Systems column to the results page of a 
search.  It looks like I have to make changes to the deviceListMacro.pt 
specifically the devListBody macro.

Right now, I'm just trying to get the Locations to show up.  So I've made the 
following modifications:

Code:

       <th tal:replace="structure python:here.ZenTableManager.getTableHeader(
                            tableName,'getLocationName','Location')">Location
        </th>




and


Code:

                <td class="tablevalues" align="left"
                tal:content="device/getLocationName">
        </td>




When I do this, I get a KeyError:

Type: KeyError
Value: 'getLocationName' 

Any help would be greatly appreciated!!

Thanks,
Russ

------------------------
 Russ Uhte




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

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

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



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

Reply via email to