Select to view content in your preferred language

Request Management Center app - Planned Activities sidebar not formatted correctly

287
2
Jump to solution
02-11-2026 08:59 AM
StephenKing3
Frequent Contributor

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.

0 Kudos
1 Solution

Accepted Solutions
DanielWickens
Esri Contributor

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.

Edit top caption
 
EditTopCaption.png
Manual update
DanielWickens_4-1770838311762.jpeg
Update source code snippet (replace the existing figure class code with what the snippet provided)
DanielWickens_5-1770838337832.png

View solution in original post

2 Replies
DanielWickens
Esri Contributor

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.

Edit top caption
 
EditTopCaption.png
Manual update
DanielWickens_4-1770838311762.jpeg
Update source code snippet (replace the existing figure class code with what the snippet provided)
DanielWickens_5-1770838337832.png
StephenKing3
Frequent Contributor

Hi @DanielWickens, thank you, that's fixed it for me

0 Kudos