1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 05:25:29 +03:00

fixed click event element selector for smart status

This commit is contained in:
Jared Tabor 2015-03-19 11:57:42 -04:00
parent 863376ad45
commit 1044390a82

View File

@ -33,7 +33,7 @@ export default [ function() {
}
});
$('aw-smart-status:eq('+scope.$index+')').bind('sparklineClick', function(ev) {
element.bind('sparklineClick', function(ev) {
var sparkline = ev.sparklines[0],
job = sparkline.getCurrentRegionFields(),
id;