You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/02/19 19:40:01 UTC

git commit: AMBARI-4736. Storm: Add Storm REST API Server component. Additional patch (Denys Buzhor via alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk e884fe2e6 -> fd1264e62


AMBARI-4736. Storm: Add Storm REST API Server component. Additional patch (Denys Buzhor via alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fd1264e6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fd1264e6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fd1264e6

Branch: refs/heads/trunk
Commit: fd1264e6247e958d9e104e67906dfdc4ed598b10
Parents: e884fe2
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Feb 19 20:38:37 2014 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Feb 19 20:40:03 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step5_controller.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fd1264e6/ambari-web/app/controllers/wizard/step5_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step5_controller.js b/ambari-web/app/controllers/wizard/step5_controller.js
index 9c78b5c..48a3628 100644
--- a/ambari-web/app/controllers/wizard/step5_controller.js
+++ b/ambari-web/app/controllers/wizard/step5_controller.js
@@ -459,6 +459,7 @@ App.WizardStep5Controller = Em.Controller.extend({
       case 'STORM_UI_SERVER':
       case 'LOGVIEWER_SERVER':
       case 'DRPC_SERVER':
+      case 'STORM_REST_API':
       case 'NIMBUS':
         return this.getNimbusServer(noOfHosts);
       default: