summaryrefslogtreecommitdiff
path: root/ambari-web/app/controllers/main/host/add_controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-web/app/controllers/main/host/add_controller.js')
-rw-r--r--ambari-web/app/controllers/main/host/add_controller.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ambari-web/app/controllers/main/host/add_controller.js b/ambari-web/app/controllers/main/host/add_controller.js
index 001175a356..9945aa304d 100644
--- a/ambari-web/app/controllers/main/host/add_controller.js
+++ b/ambari-web/app/controllers/main/host/add_controller.js
@@ -79,14 +79,6 @@ App.AddHostController = App.WizardController.extend({
},
/**
- * return new object extended from installOptionsTemplate
- * @return Object
- */
- getInstallOptions: function () {
- return jQuery.extend({}, this.get('installOptionsTemplate'));
- },
-
- /**
* Remove host from model. Used at <code>Confirm hosts</code> step
* @param hosts Array of hosts, which we want to delete
*/