I'm going to move some of my device-specific configuration settings to the ConfigDevice screen, but want to be able to link there directly. If there were a query string argument for the device.html page that we could use like "&plugin=DeviceHistory" so that the page automatically loaded to that tab, that would be great.
(Should be easy to iterate through $('.nav-link') devices and set aria-selected based on whether or not the elements' id = the plugin querystring value...)
(Should be easy to iterate through $('.nav-link') devices and set aria-selected based on whether or not the elements' id = the plugin querystring value...)