AMBARI-11241. Wrong service order when sorting on the allerts page (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cb830806 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cb830806 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cb830806 Branch: refs/heads/trunk Commit: cb8308064bd5851f449fe0be19ee8b72aba9e848 Parents: 2e0fd3d Author: Alex Antonenko <[email protected]> Authored: Tue May 19 19:09:32 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue May 19 23:30:19 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/views/main/alert_definitions_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/cb830806/ambari-web/app/views/main/alert_definitions_view.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/main/alert_definitions_view.js b/ambari-web/app/views/main/alert_definitions_view.js index b20beb3..dceaaf1 100644 --- a/ambari-web/app/views/main/alert_definitions_view.js +++ b/ambari-web/app/views/main/alert_definitions_view.js @@ -144,7 +144,7 @@ App.MainAlertDefinitionsView = App.TableView.extend({ */ serviceSort: sort.fieldView.extend({ column: 3, - name: 'service.serviceName', + name: 'serviceDisplayName', displayName: Em.I18n.t('common.service'), type: 'string' }),
