Repository: ambari Updated Branches: refs/heads/trunk 255f9ceb5 -> 13b9bee46
AMBARI-9787. Hosts sorting by 'RAM' does not work on Hosts page.(xiwang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/13b9bee4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/13b9bee4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/13b9bee4 Branch: refs/heads/trunk Commit: 13b9bee464b2fa99f5f89503c5cd7ec8abfd1cdf Parents: 255f9ce Author: Xi Wang <[email protected]> Authored: Tue Feb 24 17:53:09 2015 -0800 Committer: Xi Wang <[email protected]> Committed: Tue Feb 24 18:08:13 2015 -0800 ---------------------------------------------------------------------- ambari-web/app/views/main/host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/13b9bee4/ambari-web/app/views/main/host.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/main/host.js b/ambari-web/app/views/main/host.js index 79e3572..c7b7e56 100644 --- a/ambari-web/app/views/main/host.js +++ b/ambari-web/app/views/main/host.js @@ -521,7 +521,7 @@ App.MainHostView = App.TableView.extend(App.TableServerViewMixin, { }), memorySort: sort.fieldView.extend({ column: 4, - name:'memory', + name:'memoryFormatted', displayName: Em.I18n.t('common.ram'), type: 'number' }),
