Should work with the following code:
<!--Data Tables: Log Table -->
<div class="map_object map_table" 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">
<#lang key="html.global.log" default="Log" var="log">
<#objectproperty name="name" var="objname" id="<@objectid>">
<b><#inserthtml html="@log (@objname)" varexpand="html"></b>
<#table tableid="dashalarmtable"
content="messages"
id="<@objectid>"
columns="datetime,parent,name,status,message"
count="50"
sortby="ddate"
filter_status="3"
filter_status="5"
links="false"
sortable="false"
infoheader="false"
varexpand="tabletitle"
tabletitle="">
</div>
<#mapobject type="htmlafter" subid="<@subid>">
</div>
Notice the two filter_status entries :)
Add comment