We ran into the problem that SVGs were not displayed in tree views. (Universal GUI 2024.2.14)
After adding this to custom.css, the svg icons became visible:
svg {
width: 24px;
height: 24px;
}
Side effect of this, is that charts are no longer displayed.
I don’t believe this is solved as was mentioned in this post:
What can we do now?