Updated Branches:
  refs/heads/branch-1.4.2 49e22d426 -> 29f74801c

AMBARI-3900. Modify messages from "reassign master" to "move master". (Jeff 
Sposetti via yusaku)


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

Branch: refs/heads/branch-1.4.2
Commit: 29f74801c369f45a6709621e125e577544e81435
Parents: 49e22d4
Author: Yusaku Sako <[email protected]>
Authored: Mon Dec 2 13:35:06 2013 -0800
Committer: Yusaku Sako <[email protected]>
Committed: Mon Dec 2 13:36:05 2013 -0800

----------------------------------------------------------------------
 ambari-web/app/messages.js             | 14 +++++++-------
 ambari-web/app/styles/application.less |  4 +++-
 2 files changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/29f74801/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 2c92d02..6da8902 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -960,8 +960,8 @@ Em.I18n.translations = {
   'services.service.actions.run.rebalancer':'Run Rebalancer',
   'services.service.actions.run.compaction':'Run Compaction',
   'services.service.actions.run.smoke':'Run Smoke Test',
-  'services.service.actions.reassign.master':'Reassign {0}',
-  'services.service.actions.reassign.master.hive':'Reassign HiveServer2, 
WebHCat Server, MySQL Server',
+  'services.service.actions.reassign.master':'Move {0}',
+  'services.service.actions.reassign.master.hive':'Move HiveServer2, WebHCat 
Server, MySQL Server',
   'services.service.actions.manage_configuration_groups':'Manage Configuration 
Groups...',
   'services.service.actions.serviceActions':'Service Actions',
   'services.service.summary.unknown':'unknown',
@@ -1117,7 +1117,7 @@ Em.I18n.translations = {
   'services.service.config.confirmDirectoryChange':'You are about to make 
changes to service directories that are core to {0}. Before you proceed, be 
absolutely certain of the implications and that you have taken necessary manual 
steps, if any, for the changes. Are you sure you want to proceed?',
 
   'services.add.header':'Add Service Wizard',
-  'services.reassign.header':'Reassign Master Wizard',
+  'services.reassign.header':'Move Master Wizard',
   'services.service.add':'Add Service',
   'services.service.startAll':'Start All',
   'services.service.stopAll':'Stop All',
@@ -1138,18 +1138,18 @@ Em.I18n.translations = {
   'services.service.config_groups.add_config_group_popup.header':'Create New 
Configuration Group',
   
'services.service.config_groups.duplicate_config_group_popup.header':'Duplicate 
Configuration Group',
   'services.service.config_groups.rename_config_group_popup.header':'Rename 
Configuration Group',
-  'services.reassign.closePopup':'Reassign {0} wizard is in progress. It\'s 
necessary to complete the wizard for Ambari to be in usable state. If you 
choose to quit, you must follow manual instructions to complete or revert 
reassign {0} wizard as documented in the Ambari User Guide. Are you sure you 
want to exit the wizard ?',
+  'services.reassign.closePopup':'Move {0} wizard is in progress. You must 
allow the wizard to complete for Ambari to be in usable state. If you choose to 
quit, you must follow manual instructions to complete or revert move {0} wizard 
as documented in the Ambari User Guide. Are you sure you want to exit the 
wizard?',
 
   'services.reassign.step1.header':'Get Started',
-  'services.reassign.step1.message1': 'This wizard will walk you through 
reassigning {0}.<br/>',
+  'services.reassign.step1.message1': 'This wizard will walk you through 
moving {0}.<br/>',
   'services.reassign.step1.message2': 'The process to reassign {0} involves a 
combination of <b>automated steps</b> (that will be handled by the wizard) and 
' +
       '<b>manual steps</b> (that you must perform in sequence as instructed by 
the wizard).<br/><br/>',
   'services.reassign.step1.message3': '<b>All services will be restarted as 
part of the wizard. You should plan a cluster maintenance window and prepare ' +
-    'for cluster downtime when reassigning {0}.</b>',
+    'for cluster downtime when moving {0}.</b>',
 
   'services.reassign.step2.header':'Assign Master',
   'services.reassign.step2.body':'Assign {0} to new host.',
-  'services.reassign.step2.body.namenodeHA':'Assign {0} to new host. You can 
reassign only one master component at a time.',
+  'services.reassign.step2.body.namenodeHA':'Move {0} to new host. You can 
move only one master component at a time.',
   'services.reassign.step3.header':'Review',
   'services.reassign.step3.body':'Please review the changes you made',
   'services.reassign.step3.targetHost':'Target Host:',

http://git-wip-us.apache.org/repos/asf/ambari/blob/29f74801/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index 6fa73fe..56f5d10 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2932,6 +2932,7 @@ background: url(  
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
   }
   .host-components {
     display: none;
+    padding-left: 13px;
   }
 }
 
@@ -4865,6 +4866,7 @@ i.icon-asterisks {
         disabled: disabled;
         pointer-events: none;
         cursor: default;
+        background: #E4E4E4;
       }
       .disabled-label {
         color: #808080;
@@ -4876,7 +4878,7 @@ i.icon-asterisks {
         padding-right: 2px;
       }
       .os {
-        padding: 6px;
+        padding: 2px;
         border-top: transparent;
       }
       .os-td {

Reply via email to