mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Removed moment injection from the workflow chart directive - not needed
This commit is contained in:
parent
24ee84b094
commit
0ff5c06b2b
@ -4,8 +4,8 @@
|
||||
* All Rights Reserved
|
||||
*************************************************/
|
||||
|
||||
export default [ '$state', 'moment',
|
||||
function($state, moment) {
|
||||
export default [ '$state',
|
||||
function($state) {
|
||||
|
||||
return {
|
||||
scope: {
|
||||
|
@ -225,7 +225,6 @@ export default [function(){
|
||||
|
||||
if(params.nodesObj[params.nodeId].summary_fields.job) {
|
||||
treeNode.job = _.clone(params.nodesObj[params.nodeId].summary_fields.job);
|
||||
//treeNode.job.unified_job_id = params.nodesObj[params.nodeId].summary_fields.job.id;
|
||||
}
|
||||
|
||||
if(params.nodesObj[params.nodeId].summary_fields.unified_job_template) {
|
||||
|
Loading…
Reference in New Issue
Block a user