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 2014/04/02 14:45:02 UTC

git commit: AMBARI-5313. Icon "Asterisk" on "Assign Masters"/-Slaves steps does not display with 8-bit depth. (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 90c64d945 -> 25b4eb51c


AMBARI-5313. Icon "Asterisk" on "Assign Masters"/-Slaves steps does not display with 8-bit depth. (onechiporenko)


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

Branch: refs/heads/trunk
Commit: 25b4eb51c52b96896f19b552fa47b98b3b59404b
Parents: 90c64d9
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Wed Apr 2 15:39:26 2014 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Wed Apr 2 15:39:26 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/messages.js                | 4 ++--
 ambari-web/app/templates/wizard/step5.hbs | 2 +-
 ambari-web/app/templates/wizard/step6.hbs | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/25b4eb51/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index d68d742..27b7ec3 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -558,12 +558,12 @@ Em.I18n.translations = {
   'installer.step5.reassign.header':'Select Target Host',
   'installer.step5.attention':' hosts not running master services',
   'installer.step5.body':'Assign master components to hosts you want to run them on.',
-  'installer.step5.body.hive':'<i class="icon-asterisks">&#10037</i> HiveServer2, Hive Metastore, and WebHCat Server will be hosted on the same server.',
+  'installer.step5.body.hive':'<i class="icon-asterisks">&#10037;</i> HiveServer2, Hive Metastore, and WebHCat Server will be hosted on the same server.',
   'installer.step5.hostInfo':'%@ (%@, %@ cores)',
   'installer.step5.hiveGroup':'HiveServer2, WebHCat Server, MySQL Server',
 
   'installer.step6.header':'Assign Slaves and Clients',
-  'installer.step6.body':'Assign slave and client components to hosts you want to run them on.<br/>Hosts that are assigned master components are shown with <i class=icon-asterisks>&#10037</i>. <br/>&quot;Client&quot; will install ',
+  'installer.step6.body':'Assign slave and client components to hosts you want to run them on.<br/>Hosts that are assigned master components are shown with <i class=icon-asterisks>&#10037;</i>. <br/>&quot;Client&quot; will install ',
   'installer.step6.error.mustSelectOne':'You must assign at least one host to each component.',
   'installer.step6.error.mustSelectOneForHost':'You must assign at least one slave/client component to each.',
   'installer.step6.wizardStep6Host.title':'master components hosted on {0}',

http://git-wip-us.apache.org/repos/asf/ambari/blob/25b4eb51/ambari-web/app/templates/wizard/step5.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step5.hbs b/ambari-web/app/templates/wizard/step5.hbs
index 49a4611..9bc7c84 100644
--- a/ambari-web/app/templates/wizard/step5.hbs
+++ b/ambari-web/app/templates/wizard/step5.hbs
@@ -55,7 +55,7 @@
                 </div>
                 <div class="span8">
                   {{#if isHiveCoHost}}
-                    <label class="host-name">{{selectedHost}}<i class="icon-asterisks">&#10037</i></label>
+                    <label class="host-name">{{selectedHost}}<i class="icon-asterisks">&#10037;</i></label>
                   {{else}}
                     {{view App.SelectHostView
                       optionValuePath="content.host_name"

http://git-wip-us.apache.org/repos/asf/ambari/blob/25b4eb51/ambari-web/app/templates/wizard/step6.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step6.hbs b/ambari-web/app/templates/wizard/step6.hbs
index 7dea54f..9a3ee05 100644
--- a/ambari-web/app/templates/wizard/step6.hbs
+++ b/ambari-web/app/templates/wizard/step6.hbs
@@ -48,7 +48,7 @@
             {{#view App.WizardStep6HostView hostBinding="host" }}
               {{host.hostName}}
               {{#if host.hasMaster}}
-                <i class=icon-asterisks>&#10037</i>
+                <i class=icon-asterisks>&#10037;</i>
               {{/if}}
             {{/view}}
             {{#each checkbox in host.checkboxes}}