Hello,
In the Planned Activities dashboard, the table that shows Activity status does not appear to be formatted correctly. I can't work out how to change this as when I go to Configure > Top caption I can see the HTML, but the 'Done' button is greyed out so I can't save any changes. Can anyone help. Attached image shows how it is appearing for me.
Solved! Go to Solution.
The formatting issue for Activity Status in the sidebar is due to updates to Dashboard element titles/captions in the latest release. You can fix this manually by setting the style of the cell borders and table border to None in the table. You can then either remove the blank columns on the left from the table or merge some cells together. I've also attached a code snippet if you're comfortable replacing the HTML source code directly.
The formatting issue for Activity Status in the sidebar is due to updates to Dashboard element titles/captions in the latest release. You can fix this manually by setting the style of the cell borders and table border to None in the table. You can then either remove the blank columns on the left from the table or merge some cells together. I've also attached a code snippet if you're comfortable replacing the HTML source code directly.
Hi @DanielWickens, thank you, that's fixed it for me