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

ababiichuk pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new e89e204  AMBARI-25185 Chrome and Firefox browsers are crashing while 
opening Ambari UI. (ababiichuk)
e89e204 is described below

commit e89e2048515c2a8f279d0e0e8bc772f6654468bf
Author: ababiichuk <ababiic...@hortonworks.com>
AuthorDate: Mon Mar 11 13:11:01 2019 +0200

    AMBARI-25185 Chrome and Firefox browsers are crashing while opening Ambari 
UI. (ababiichuk)
---
 ambari-web/app/views/common/configs/config_versions_control_view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-web/app/views/common/configs/config_versions_control_view.js 
b/ambari-web/app/views/common/configs/config_versions_control_view.js
index 6cf4523..47ebaa6 100644
--- a/ambari-web/app/views/common/configs/config_versions_control_view.js
+++ b/ambari-web/app/views/common/configs/config_versions_control_view.js
@@ -47,7 +47,7 @@ App.ConfigVersionsControlView = Em.View.extend({
     return serviceVersions.sort(function (a, b) {
       return Em.get(b, 'createTime') - Em.get(a, 'createTime');
     });
-  }.property('serviceName', 'controller.selectedConfigGroup.name'),
+  }.property('controller.selectedConfigGroup.name'),
 
   primaryServiceVersionsInCompare: function() {
     return this.get('serviceVersions').filter((sv) => sv.get('version') !== 
this.get('controller.compareServiceVersion.version'));

Reply via email to