Hello,
is there any currenlty supported way to modify the font-size in our "Down Sensors Table". We'd like to have them on a big screen with easy readability.
Modifying styles_custom_v2.css doesn't work anymore? (other KB articles say, that this is deprecated and will be removed)
My Custom A1:
<!--Freistaat IT: Fehler Sensoren ohne ACK--> <div class="map_object map_table map_bigtable" 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.mapobjects.tablea1.tabletitle" default="DOWN Sensors (@@@@)" var="tabletitle"> <#table tableid="sensortable" id="<@objectid>" content="sensors" columns="downtimesince,sensor,probegroupdevice,lastvalue" sortby="-downtimesince" infoheader="false" links="false" sortable="false" varexpand="tabletitle" tabletitle="@tabletitle" filter_tags="@tag(<@tagfilterstring>)" filter_status="5" filter_status="14" > </div> <#mapobject type="htmlafter" subid="<@subid>"> </div>
Thanks for Advice, Florian
Add comment