Browse Source

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

Oleg Nechiporenko 11 years ago
parent
commit
25b4eb51c5

+ 2 - 2
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}',

+ 1 - 1
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"

+ 1 - 1
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}}