Updated Branches: refs/heads/trunk 7b2d01a2f -> 6db495767
AMBARI-2704. Hide instructions to run clean up script in Host Check popup. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/6db49576 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/6db49576 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/6db49576 Branch: refs/heads/trunk Commit: 6db49576754873af03c568b75c985ea6f1d8327c Parents: 7b2d01a Author: Srimanth Gunturi <[email protected]> Authored: Mon Jul 22 12:55:27 2013 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Mon Jul 22 13:28:22 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- ambari-web/app/templates/wizard/step3_host_warnings_popup.hbs | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/6db49576/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 52a4fa0..ecbb46d 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -340,7 +340,7 @@ Em.I18n.translations = { 'installer.step3.hostWarningsPopup.report.user': '<br><br>######################################<br># Users<br>#<br># A space delimited list of users who should not exist.<br># Provided so that administrators can easily copy paths into scripts, email etc.<br># Example: userdel hdfs<br>######################################<br>USERS<br>', 'installer.step3.hostWarningsPopup.report.folder': '\\ /folder', 'installer.step3.hostWarningsPopup.checks': 'Host Checks found', - 'installer.step3.hostWarningsPopup.notice':'After manually resolving the issues, click <b>Rerun Checks</b>.<br>To manually resolve issues on <b>each host</b> run the HostCleanup script:<br><div class="code-snippet">python /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py</div>', + 'installer.step3.hostWarningsPopup.notice':'After manually resolving the issues, click <b>Rerun Checks</b>.', 'installer.step3.hostWarningsPopup.summary':'{0} on {1}', 'installer.step3.hostWarningsPopup.process':'Process Issues', 'installer.step3.hostWarningsPopup.processes.message':'The following processes should not be running', http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/6db49576/ambari-web/app/templates/wizard/step3_host_warnings_popup.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step3_host_warnings_popup.hbs b/ambari-web/app/templates/wizard/step3_host_warnings_popup.hbs index 8910b66..11d2de6 100644 --- a/ambari-web/app/templates/wizard/step3_host_warnings_popup.hbs +++ b/ambari-web/app/templates/wizard/step3_host_warnings_popup.hbs @@ -19,7 +19,10 @@ <div id="host-warnings"> <div class="notice"> + <!-- <span>{{t installer.step3.hostWarningsPopup.checks}} <b>{{view.warningsNotice}}</b>.<br>{{t installer.step3.hostWarningsPopup.notice}}</span> + --> + <span>{{t installer.step3.hostWarningsPopup.notice}}</span> </div> <div class="row-fluid"> <div class="span7">
