mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
fixed click event element selector for smart status
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user