mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -03:30
Jobs and Scheduled Jobs dynamic tooltip fix
Both tooltips would break if sorting/filtering the jobs list and the scheduled jobs list
This commit is contained in:
parent
8a5faf564d
commit
9389d9014b
@ -49,6 +49,7 @@ export default
|
||||
ngClick: "viewJobDetails(all_job)",
|
||||
defaultSearchField: true,
|
||||
awToolTip: "{{ all_job.name | sanitize }}",
|
||||
dataTipWatch: 'all_job.name',
|
||||
dataPlacement: 'top'
|
||||
},
|
||||
type: {
|
||||
|
||||
@ -35,6 +35,7 @@ export default
|
||||
sourceField: 'name',
|
||||
ngClick: "editSchedule(schedule)",
|
||||
awToolTip: "{{ schedule.nameTip | sanitize}}",
|
||||
dataTipWatch: 'schedule.nameTip',
|
||||
dataPlacement: "top",
|
||||
defaultSearchField: true
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user