Hi folks,
I was wondering if someone could help me with the perspective equipment schedule.
When I click on a scheduled event, a label showing the start date appears on the left hand side.
Is it possible to hide this or even move the label to above or below the selected schedule.
Regards
Richard
I do not think there is an exposed property to control that. You can vote for this related idea. The more votes an idea gets, the more likely IA will implement the feature.
Equipment Schedule Mouse over text | Voters | Inductive Automation
Thanks very much for your reply, just voted, can only hope.
Hi,
You can solve this by using the advanced stylesheet.
Copy/paste the below code into the stylesheet.css, it should hide the tooltip.
.ia_equipmentScheduleComponent .tooltip-container{
display: none !important;
}
2 Likes
Thanks for this Samuel, worked a treat