I have a row to display the test time, it showed huge font for the time displayed (while the label before it is small so it looks ugly. Is there is way to set the font size?
See below:
<panel>
<single>
<searchString>|gentimes start=-1 | addinfo | convert ctime(*) | eval reportDate=info_min_time." to ".info_max_time | table reportDate</searchString>
<option name="drilldown">none</option>
<option name="beforeLabel">Time:</option>
<option name="linkView">search</option>
<option name="afterLabel">.</option>
</single>
</panel>