1
0
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:
Michael Abashian 2016-12-14 09:41:32 -05:00
parent 24ee84b094
commit 0ff5c06b2b
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,8 @@
* All Rights Reserved
*************************************************/
export default [ '$state', 'moment',
function($state, moment) {
export default [ '$state',
function($state) {
return {
scope: {

View File

@ -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) {