You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/06/30 10:20:27 UTC

ambari git commit: AMBARI-12210 Kerberos: download CSV on add service throw JS error. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 36de6948f -> 6f94c4fd3


AMBARI-12210 Kerberos: download CSV on add service throw JS error. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: 6f94c4fd3fecf57e553844d7f243f2ab9ab42182
Parents: 36de694
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue Jun 30 11:18:10 2015 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue Jun 30 11:18:10 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/wizard/step8.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6f94c4fd/ambari-web/app/templates/wizard/step8.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step8.hbs b/ambari-web/app/templates/wizard/step8.hbs
index dc2357c..7c53660 100644
--- a/ambari-web/app/templates/wizard/step8.hbs
+++ b/ambari-web/app/templates/wizard/step8.hbs
@@ -72,6 +72,6 @@
     <a class="btn btn-success pull-right"
        id="spinner" {{bindAttr disabled="controller.isSubmitDisabled"}} {{action submit target="controller"}}>{{t common.deploy}} &rarr;</a>
     <a class="btn btn-info pull-right" {{action printReview target="view"}}>{{t common.print}}</a>
-    <a {{bindAttr class=":btn :btn-primary :pull-right :mrm controller.isManualKerberos::hide"}} {{action downloadCSV target="controller"}}>{{t admin.kerberos.wizard.step5.downloadCSV}}</a>
+    <a {{bindAttr class=":btn :btn-primary :pull-right :mrm controller.isManualKerberos::hide"}} {{action downloadCSV target="App.router.kerberosWizardStep5Controller"}}>{{t admin.kerberos.wizard.step5.downloadCSV}}</a>
   </div>
 </div>