Please add the following new map object:
<!--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>">
<#objectproperty name="Name" id="<@objectid>" var="tabletitle">
<#table tableid="messagetable"
content="messages"
id="<@objectid>"
columns="datetime,parent,type,name,status,message"
sortby="date"
infoheader="false"
links="false"
sortable="false"
filter_drel="7days"
varexpand="tabletitle"
tabletitle="Log for @tabletitle">
<#mapobject type="htmlafter" subid="<@subid>">
</div>
Add comment