Description of problem: When adding a second response time gadget the drop-downs do not populate correctly. How reproducible: always Steps to Reproduce: 1.Add one response time gadget. 2.select a service to watch 3.add another 4. can't be configured as drop downs aren't populated (see screenshot) Expected results: Can watch >1 discrete service on a single tab. Additional info:
Created attachment 823624 [details] screenshot of un-populated drop-down
The gadget server was using IDs to find and manipulate the gadget preference drop-down widgets. This is problematic in HTML5 because multiple IDs isn't cool. I changed the IDs to class names, and modified the code that looks them up. https://github.com/Governance/gadget-server/pull/23 This fix should be included in the ER7-2 tag that I hope is coming soon.
Hello, it's working as expected on ER7-2