mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 08:31:28 -03:30
Remove details function
This commit is contained in:
parent
7f66053654
commit
a8e1c8960f
@ -1358,30 +1358,6 @@ export default ['$state','moment', '$timeout', '$window', '$filter', 'Rest', 'Ge
|
||||
});
|
||||
}
|
||||
|
||||
// function details() {
|
||||
// this.on("mouseover", function() {
|
||||
// d3.select(this).style("text-decoration", "underline");
|
||||
// });
|
||||
// this.on("mouseout", function() {
|
||||
// d3.select(this).style("text-decoration", null);
|
||||
// });
|
||||
// this.on("click", function(d) {
|
||||
// if(d.job.type === 'job') {
|
||||
// $state.go('output', {id: d.job.id, type: 'playbook'});
|
||||
// }
|
||||
// else if(d.job.type === 'inventory_update') {
|
||||
// $state.go('output', {id: d.job.id, type: 'inventory'});
|
||||
// }
|
||||
// else if(d.job.type === 'project_update') {
|
||||
// $state.go('output', {id: d.job.id, type: 'project'});
|
||||
// } else if (d.job.type === 'workflow_job') {
|
||||
// $state.go('workflowResults', {
|
||||
// id: d.job.id,
|
||||
// });
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
scope.$on('refreshWorkflowChart', function(){
|
||||
if(scope.graphState) {
|
||||
updateGraph();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user