Author: srimanth
Date: Mon Jan 28 23:09:01 2013
New Revision: 1439684
URL: http://svn.apache.org/viewvc?rev=1439684&view=rev
Log:
AMBARI-1271. On Confirm Hosts page, add a link to show the Host Checks popup in
the success message. (yusaku via srimanth)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/messages.js
incubator/ambari/trunk/ambari-web/app/templates/wizard/step3.hbs
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1439684&r1=1439683&r2=1439684&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Mon Jan 28 23:09:01 2013
@@ -34,6 +34,9 @@ Trunk (unreleased changes):
IMPROVEMENTS
+ AMBARI-1271. On Confirm Hosts page, add a link to show the Host Checks popup
+ in the success message. (yusaku via srimanth)
+
AMBARI-1193. If Install fails, allow user to go back to any previous step so
that the user can retry install with different configuration parameters.
(yusaku via srimanth)
Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1439684&r1=1439683&r2=1439684&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Mon Jan 28 23:09:01 2013
@@ -125,6 +125,7 @@ Em.I18n.translations = {
'installer.step3.warnings.popup.header':'Host Checks',
'installer.step3.warnings.description':'Some warnings were encountered while
performing checks against the above hosts.',
'installer.step3.warnings.linkText':'Click here to see the warnings.',
+ 'installer.step3.noWarnings.linkText':'Click here to see the check results.',
'installer.step3.warnings.noWarnings':'All host checks were successful.',
'installer.step3.warnings.updateChecks.success':'Host Checks successfully
updated',
'installer.step3.warnings.updateChecks.failed':'Host Checks update failed',
Modified: incubator/ambari/trunk/ambari-web/app/templates/wizard/step3.hbs
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/wizard/step3.hbs?rev=1439684&r1=1439683&r2=1439684&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/templates/wizard/step3.hbs (original)
+++ incubator/ambari/trunk/ambari-web/app/templates/wizard/step3.hbs Mon Jan 28
23:09:01 2013
@@ -133,6 +133,7 @@
{{else}}
<div class="alert alert-success">
{{t installer.step3.warnings.noWarnings}}
+ <a href="javascript:void(0)" {{action hostWarningsPopup warnings
target="controller"}}>{{t installer.step3.noWarnings.linkText}}</a>
</div>
{{/if}}
{{/if}}