Updated Branches: refs/heads/branch-1.4.2 7196d83e8 -> abfc4fa86
AMBARI-3866. Ambari UI pointing to incubator site instead of TLP site. (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/abfc4fa8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/abfc4fa8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/abfc4fa8 Branch: refs/heads/branch-1.4.2 Commit: abfc4fa86c5de80e6f64d5021f3b2892fc95a2d0 Parents: 7196d83 Author: Srimanth Gunturi <[email protected]> Authored: Fri Nov 22 17:22:08 2013 -0800 Committer: Srimanth Gunturi <[email protected]> Committed: Fri Nov 22 17:27:27 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/abfc4fa8/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 79b1d5d..e951894 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -243,7 +243,7 @@ Em.I18n.translations = { 'services.alerts.goToService': 'Go to Service', 'services.alerts.goToNagios': 'Go to Nagios Web UI', - 'topnav.logo.href':'http://incubator.apache.org/ambari/', + 'topnav.logo.href':'http://ambari.apache.org/', 'topnav.help.href':'https://cwiki.apache.org/confluence/display/AMBARI/Ambari', 'installer.header':'Cluster Install Wizard', @@ -375,7 +375,7 @@ Em.I18n.translations = { 'installer.step3.hostWarningsPopup.repositories.name':'Repository for OS not available', 'installer.step3.hostWarningsPopup.repositories.context':'Host ({0}) has a {1} OS type, But the repositories chosen in "Select Stack" step was {2}.', 'installer.step3.hostWarningsPopup.repositories.message':'The following registered hosts have different Operating System types from the available Repositories chosen in "Select Stack" step. You can go back to "Select Stack" step to select another OS repository <b>or</b> remove the host.', - 'installer.step3.hostWarningsPopup.firewall.message':'Firewall is running on the following hosts. Please configure the firewall to allow communications on the ports documented in the <i>Configuring Ports</i> section of the <a target=\"_blank\" href=\"http://incubator.apache.org/ambari/current/installing-hadoop-using-ambari/content/\">Ambari documentation</a>', + 'installer.step3.hostWarningsPopup.firewall.message':'Firewall is running on the following hosts. Please configure the firewall to allow communications on the ports documented in the <i>Configuring Ports</i> section of the <a target=\"_blank\" href=\"http://ambari.apache.org/current/installing-hadoop-using-ambari/content/\">Ambari documentation</a>', 'installer.step3.hostWarningsPopup.firewall.name':'<i>iptables</i> Running', 'installer.step3.hostWarningsPopup.process':'Process Issues', 'installer.step3.hostWarningsPopup.processes.message':'The following processes should not be running',
