瀏覽代碼

AMBARI-405. Clean up messages for service management reconfiguration popup (Contributed by Yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1347190 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K 13 年之前
父節點
當前提交
ec886b0095
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3 1
      CHANGES.txt
  2. 1 1
      hmc/js/manageServices.js

+ 3 - 1
CHANGES.txt

@@ -6,7 +6,9 @@ characters wide.
 
 Release 0.1.x - unreleased
 
-  AMBARI-325. Reverted the changes because they are useless without an option to enable/disable memory-monitoring.
+  AMBARI-405. Clean up messages for service management reconfiguration popup (Yusaku via Vikram)
+
+  AMBARI-325. Reverted the changes because they are useless without an option to enable/disable memory-monitoring. (Mahadev via Vikram) 
 
   AMBARI-404. Unify the top nav for both Monitoring and Cluster Management (Yusaku via Vikram)
 

+ 1 - 1
hmc/js/manageServices.js

@@ -261,7 +261,7 @@ function setupReconfigureScreens(serviceName) {
     var serviceConfigurationMarkup = constructDOM( serviceConfigurationData );
 
     if( globalYui.Lang.trim( serviceConfigurationMarkup).length == 0 ) {
-      serviceConfigurationMarkup = '<p>Move along folks, nothing to see here...</p>';
+      serviceConfigurationMarkup = '<p>There is nothing to reconfigure for this service.</p>';
     }
     else {
       /* Augment confirmationDataPanel with the relevant buttons only if there