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 9e6add9  AMBARI-23379 UI loading stuck after deleting service
9e6add9 is described below

commit 9e6add980ad0c09acf76f08b607c178f90776695
Author: Andrii Tkach <atk...@apache.org>
AuthorDate: Tue Mar 27 18:57:03 2018 +0300

    AMBARI-23379 UI loading stuck after deleting service
---
 ambari-web/app/models/service.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/models/service.js b/ambari-web/app/models/service.js
index fa7d30c..df00049 100644
--- a/ambari-web/app/models/service.js
+++ b/ambari-web/app/models/service.js
@@ -21,7 +21,7 @@ var App = require('app');
 require('utils/config');
 
 App.Service = DS.Model.extend({
-  serviceName: DS.attr('string'),
+  serviceName: DS.attr('string', {defaultValue: ''}),
   displayName: Em.computed.formatRole('serviceName', true),
   passiveState: DS.attr('string', {defaultValue: "OFF"}),
   workStatus: DS.attr('string'),

-- 
To stop receiving notification emails like this one, please contact
atk...@apache.org.

Reply via email to