Skip to content

Commit

Permalink
AMBARI-25185 Chrome and Firefox browsers are crashing while opening A…
Browse files Browse the repository at this point in the history
…mbari UI. (ababiichuk)
  • Loading branch information
aBabiichuk committed Mar 11, 2019
1 parent 3f903f2 commit e89e204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit e89e204

Please sign in to comment.