Hello all,
I am trying to create a custom dashboard to be used using SSA. I was able to get most of the items evaluated within the relevance as mentioned in https://help.hcltechsw.com/bigfix/9.5/platform/Platform/Config/c_creating_client_dashboards.html.
However, to enhance the user experience, I would now like to format the text based on what relevance returns. See the example below:
Disk Space Report: |
<?relevance if free space of drive of system folder < 10000000 then "Low disk space" else "Healthy" ?> |
I would like the “Low disk space” to be displayed in bold red font and “Healthy” in a bold green font.
However, when I try to pass the text formatting attributes, it doesn’t like to parse within the relevance shell.
FYI I am not a HTML expert!
Can someone take a look and reply if they have done something similar?
Thanks