grafana/public/app/features/panellinks
Tom Dyas 867ac5df67 fix appending query strings in linkSrv
When linkSrv appends parameters to a URL's query string, it would blindly
add a ? to the URL even if the URL already contained a ? or the string
to add was empty. This change fixes that behavior and some other edge cases.

Includes a unit test to verify expected behavior.
2015-10-19 13:11:34 -04:00
..
linkSrv.js fix appending query strings in linkSrv 2015-10-19 13:11:34 -04:00
module.html fix(graph): minor fix for hover tooltip when combined with a single series using stepped lines, fixes #2754 2015-09-19 15:20:53 +02:00
module.js Worked on enhancing panel links to support dash link features, like auto variable to url params includes, Closes #2200 2015-06-22 17:44:46 +02:00