I need a map, where are alle error's from every sensor without the favourite's
<div class="map_object map_table customalarms_biggerfont" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:auto;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <#checkobjecttype objecttype="probenode,group,device" nicemessage="true" id="<@objectid>"> <div class="maptablecontainer" style="overflow:hidden" > <#table tableid="sensortable" id="<@objectid>" content="sensors" columns="sensor,device,probe,lastup" sortby="-lastup" infoheader="false" links="false" sortable="false" filter_tags="@tag(<@tagfilterstring>)" filter_status="5" filter_status="10" filter_status="14" > </div> <#mapobject type="htmlafter" subid="<@subid>"> </div>
If I write:
filter_favorite="1"
there are only the favorites. I need the opposite
Add comment