If icon image is a real image and no `i` tag set `line-height: 2`.
If the icon image is in a detail header always set
`line-height: 2`. Otherwise normal icons with an `i` tag would be
misaligned.
- Baseline: Nothing new added, only obsolete paths removed
Phpstan now uses single instead of double quotes for messages. Thats why each message is updated.
TicketLinks: Add setter to disable ticket links. By default, ticket links should be created.
Comment/DowntimeRenderer: Add setter noObjectLink()
CommentRenderer: Add setter noSubjectLink(), only used for the comment-popup
TicketLinkObjectList: This class creates object list with ticket links using TicketLinks trait
CommentRenderer: Defines the rendering rules for Comment object
Cleanup css and unused classes
Adjust comment-popup.less
- Use these renderers in ObjectHeader and ObjectList class
- Remove now superfluous Host/ServiceList and ListItem classes
- DetailsAction: Change visibility of url setter to public (These are called in controller now)