Hi all,
We are trying to create a map for our customers. We want customer to see the servernames on the map, but only those servers which have status "down".
To accomplish this, we are creating a custom map object based on a copy of "Device tree small" (tabletree01.htm).
However, I can't find any example on how to introduce a filter in the selection of displayed devices. I tried
<#table id="<@objectid>" treeoptions="" title="Devices" content="sensortree" columns="device,devsensrs" refreshable="false" filter_status="up">
to prevent displaying devices which are up, but this does not work.
Please help! Greets, Marco
Add comment