Github user tbouron commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/727#discussion_r33557476
--- Diff:
usage/jsgui/src/main/webapp/assets/js/view/application-add-wizard.js ---
@@ -105,15 +109,15 @@ define([
step_id:'what-app',
title:'Create Application',
instructions:'Choose or build the
application to deploy',
- view:new ModalWizard.StepCreate({
model:this.model, wizard: this })
+ view:new ModalWizard.StepCreate({
model:this.model, wizard: this, catalog: this.catalog })
},
{
// TODO rather than make this another step
-- since we now on preview revert to the yaml tab
// this should probably be shown in the
catalog tab, replacing the other contents.
step_id:'name-and-locations',
title:'<%= appName %>',
- instructions:'Specify the locations to
deploy to and any additional configuration',
- view:new ModalWizard.StepDeploy({
model:this.model })
+ instructions:'Specify the application
version, locations to deploy to and any additional configuration',
--- End diff --
True, I'll revert that to what it was.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---