Our enterprise currently uses a default APM view for different users: this contains the 'All ApplicationsTree' resource, whose default status icons are fairly small.
For use on a large room monitor, however, I've cloned the 'AllApplications.ascx' and its codebehind page and renamed them both as 'AllApplicationsMonitor.*'.
I would like to use a different icon for this 'room-wide' view, preferably something much larger, and perhaps just a solid green, yellow or red rectangle to broadly indicate an application's health when the monitor is viewed from a distance of 10 feet.
How would I 'point' the new resource pages to a different icon (the 'rectangle') to accomplish this?
Thanks for any ideas!