Repository: ambari Updated Branches: refs/heads/branch-2.0.0 d1361f424 -> 0b9f69500
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/0b9f6950 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0b9f6950 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0b9f6950 Branch: refs/heads/branch-2.0.0 Commit: 0b9f6950034132e17ce77c54454fec6237e96017 Parents: d1361f4 Author: Xi Wang <[email protected]> Authored: Tue Feb 24 17:53:09 2015 -0800 Committer: Xi Wang <[email protected]> Committed: Tue Feb 24 18:10:02 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/0b9f6950/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' }),
