We have just updated to the new UI. Overall it is good, aside from one problem we're having with the font colour on the grid device tree view.
The font colour is white, and this is difficult to read on all but 'down' devices (white on light green, white on yellow etc.).
Using my browser's html inspector, it looks like the culprit is:
.treemap .cell.device a { ... color: inherit; ... }
when I disable this statement, the text becomes a more readable colour.
In all the other device tree views, the font colour for device names is black.
Add comment