Skip to content

Commit

Permalink
Merge pull request #1734 from spadgett/toggle-params
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jun 19, 2017
2 parents 66e12d3 + faf30eb commit 59e53bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/scripts/directives/create/nextSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,9 @@
}
Navigate.toProjectOverview(ctrl.projectName);
};

ctrl.toggleParamsTable = function() {
ctrl.showParamsTable = !ctrl.showParamsTable;
};
}
})();
2 changes: 2 additions & 0 deletions dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -12696,6 +12696,8 @@ return g("ConfigChange");
return !c(a).length && !d(a).length;
}, e.erroredTasks = d, e.pendingTasks = c, e.goToOverview = function() {
_.isFunction(e.onContinue) && e.onContinue(), b.toProjectOverview(e.projectName);
}, e.toggleParamsTable = function() {
e.showParamsTable = !e.showParamsTable;
};
}
angular.module("openshiftConsole").component("nextSteps", {
Expand Down

0 comments on commit 59e53bf

Please sign in to comment.