I have to decrease the fields names font size, like subgroup, platforms, bkcname etc.. (all fields present in the table) & make the count bold which is present in table.
But i want change only in one particular table, not all the tables presents in the dashboard.
<row>
<panel>
<title>Platform wise Automation Status Summary</title>
<table>
<search>
<query>index=network_a
I want change the above table(Platform wise Automation Status Summary)
Any help would be greatly appreciated!!
Thank you very much! worked perfectly.
Give your panel an id which you can then reference in your CSS
<panel id="network_table">
#network_table th {