What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Modify Font-Size in tableA1.htm / Data Tables: Down sensors

Votes:

0

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

css fontsize map prtg

Created on Jan 13, 2022 3:17:34 PM

Last change on Jan 14, 2022 5:47:37 AM by  Felix Wiesneth [Paessler Support]



2 Replies

Votes:

0

strange... it was a client caching problem.

This works:

styles_custom_v2.css

/*
//        You can use this file to modify the appearance of the PRTG web interface
//        as described in https://kb.paessler.com/en/topic/33
//        
//        Please note that you are using an unsupported and deprecated feature. 
//        Your changes will be broken or removed with future PRTG updates.
//        
//        If you modify this file, PLEASE LET US KNOW what you're changing and why!
//        Just drop an email to [email protected] and help us understand your 
//        needs. Thank you!       
*/
.map_object form .table td,
.map_object .table td,
.map_object .table th,
.map_object .table td.col-message .status,
.map_object .table td.col-message .logmessage {font-size: 35px !important}

Created on Jan 14, 2022 9:09:23 AM



Votes:

0

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.

Created on Jan 14, 2022 9:38:09 AM by  Florian Lesage [Paessler Support]

Last change on Jan 14, 2022 9:39:05 AM by  Florian Lesage [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.