This is an automated email from the ASF dual-hosted git repository.

atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aea4d7a  AMBARI-23669 issue with service auto restart service 
categorization (atkach)
aea4d7a is described below

commit aea4d7a0244a38ca978a39642e3ffec8679c8049
Author: Andrii Tkach <[email protected]>
AuthorDate: Tue Apr 24 15:51:49 2018 +0300

    AMBARI-23669 issue with service auto restart service categorization (atkach)
---
 ambari-web/app/controllers/main/admin/service_auto_start.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-web/app/controllers/main/admin/service_auto_start.js 
b/ambari-web/app/controllers/main/admin/service_auto_start.js
index 66e4c9d..82b9258 100644
--- a/ambari-web/app/controllers/main/admin/service_auto_start.js
+++ b/ambari-web/app/controllers/main/admin/service_auto_start.js
@@ -94,6 +94,7 @@ App.MainAdminServiceAutoStartController = 
Em.Controller.extend({
   }.property('[email protected]', 
'componentsConfigsCachedMap'),
 
   parseComponentConfigs: function(componentsConfigsCached) {
+    
componentsConfigsCached.sortPropertyLight('ServiceComponentInfo.service_name');
     const componentsConfigsGrouped = [];
     const servicesMap = componentsConfigsCached
       .mapProperty('ServiceComponentInfo.service_name').uniq().toWickMap();

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to