Skip to content

Update docker parameters on deploy form#1423

Merged
ssalinas merged 2 commits intomasterfrom
fix_deploy_form
Feb 13, 2017
Merged

Update docker parameters on deploy form#1423
ssalinas merged 2 commits intomasterfrom
fix_deploy_form

Conversation

@ssalinas
Copy link
Member

/fixes #1420

/cc @billwright

deployObject[fieldId.id] = portMappings;
} else if (fieldId.type === 'dockerParameters') {
console.log(fieldId)
debugger

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this line do? debugger?
Ignore if this is obvious to JS programmers. New language for me.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still testing stuff, going to remove all the logging and such

@ssalinas ssalinas modified the milestone: 0.14.0 Feb 10, 2017
@ssalinas ssalinas merged commit e7cee37 into master Feb 13, 2017
@ssalinas ssalinas deleted the fix_deploy_form branch February 13, 2017 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deploy UI ignores Docker parameters entered

2 participants