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
Article Comments
Hello,
Thank you for your message. Glad to see that you already found the CSS code to modify the font size of the table.
Regarding CSS modification, when the file styles_custom_v2.css is used it is generally necessary to restart the Core service for the the modification to be taken into account.
Therefore, if you have further modification to do I invite you to use the developer tools (F12) via the Inspect Element option of the contextual menu (CTRL + right click on the object) of your browser first. That way, you can check if the modification works and add them to the file afterwards.
Regards.
Jan, 2022 - Permalink
strange... it was a client caching problem.
This works:
styles_custom_v2.css
Jan, 2022 - Permalink