Want this feature implemented, too? Please upvote by clicking Thumbs up!
(Posts as a reply won't be published in this feature request thread. Read Me!)
User Story
As a PRTG User, I want to see tooltips for device icons in the webinterface. Since the icons are only 14x14px in size sometimes it is hard to guess which icon represents which device.
Details of User Story
In <ul class="deviceiconselection">...</ul> add for each img-tag of the form <li> <label for="[FILE_NAME with dot]"> <i class="icon-gray icon-radion-on">...</i> <img src="/icons/devies[FILE_NAME]"> </label> </li>
the attribute "title" with value "[FILE_NAME]", that is: <img src="/icons/devies[FILE_NAME]" title="[FILE_NAME]">. This way a tooltip with the filename will be shown in the webinterface when the mouse hovers over a device icon.
Status
Open