You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2013/11/20 15:14:43 UTC

git commit: AMBARI-3823. Not selected but installed service. (onechiporenko)

Updated Branches:
  refs/heads/trunk 8c345c314 -> e08e809ba


AMBARI-3823. Not selected but installed service. (onechiporenko)


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

Branch: refs/heads/trunk
Commit: e08e809bab20f3aa6dbcb9bbf55805bd8446e490
Parents: 8c345c3
Author: Oleg Nechiporenko <cv...@yahoo.com>
Authored: Wed Nov 20 16:09:37 2013 +0200
Committer: Oleg Nechiporenko <cv...@yahoo.com>
Committed: Wed Nov 20 16:14:38 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/routes/add_service_routes.js | 1 +
 ambari-web/app/templates/wizard/step10.hbs  | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e08e809b/ambari-web/app/routes/add_service_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/add_service_routes.js b/ambari-web/app/routes/add_service_routes.js
index a88a4c6..80aa6ef 100644
--- a/ambari-web/app/routes/add_service_routes.js
+++ b/ambari-web/app/routes/add_service_routes.js
@@ -300,6 +300,7 @@ module.exports = Em.Route.extend({
       controller.setCurrentStep('7');
       controller.dataLoading().done(function () {
         controller.loadAllPriorSteps();
+        controller.setLowerStepsDisable(7);
         controller.connectOutlet('wizardStep10', controller.get('content'));
       })
     },

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e08e809b/ambari-web/app/templates/wizard/step10.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step10.hbs b/ambari-web/app/templates/wizard/step10.hbs
index 44a8e05..2ec787a 100644
--- a/ambari-web/app/templates/wizard/step10.hbs
+++ b/ambari-web/app/templates/wizard/step10.hbs
@@ -43,6 +43,5 @@
   {{/each}}
 </div>
 <div class="btn-area">
-  <a class="btn pull-left" {{bindAttr disabled="isSubmitDisabled"}} {{action back}}>&larr; {{t common.back}}</a>
   <a class="btn btn-success pull-right" {{bindAttr disabled="isSubmitDisabled"}} {{action complete}}>{{t common.complete}} &rarr;</a>
 </div>