Hello,
Within assystNET, you can place Event Monitors on the homepage.
Some columns within the Event Monitor may not be easy to understand for some people who use the portal (such as SVD Assigned Name) so it has been requested that these be changed to more easily understandable headers where appropriate.
So with that goal in mind, does anyone know how to alter the headers of individual columns within assystNET Event Monitors with CSS only?
The reason I state ‘CSS only’ as I believe these are the lititations of what can be done via Styling in assyst.
Note: I’ve tried inspecting the element in three different browsers which all gave varying outputs. The one below looked to be the most likely to work but it unfortunately did not (.dgrid-column-6 being SVD Assigned Name):
}
#dgrid_0 .dgrid-column-6 {
column-header: "Assigned Team";
header: "Assigned Team";
}
Many thanks in advance