You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2014/01/27 17:55:40 UTC

git commit: AMBARI-4430 Number of showed hosts is absent. (atkach)

Updated Branches:
  refs/heads/trunk 34bf12a0d -> a59e3d0b9


AMBARI-4430 Number of showed hosts is absent. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a59e3d0b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a59e3d0b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a59e3d0b

Branch: refs/heads/trunk
Commit: a59e3d0b91594f227073ea3cb59a6b34d26c8ee6
Parents: 34bf12a
Author: atkach <at...@hortonworks.com>
Authored: Mon Jan 27 18:53:04 2014 +0200
Committer: atkach <at...@hortonworks.com>
Committed: Mon Jan 27 18:53:04 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/views/common/table_view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a59e3d0b/ambari-web/app/views/common/table_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/table_view.js b/ambari-web/app/views/common/table_view.js
index 1eabd75..fe8adcc 100644
--- a/ambari-web/app/views/common/table_view.js
+++ b/ambari-web/app/views/common/table_view.js
@@ -144,7 +144,7 @@ App.TableView = Em.View.extend({
   getDisplayLengthErrorCallback: function () {
     // this user is first time login
     console.log('Persist did NOT find the key');
-    var displayLengthDefault = 10;
+    var displayLengthDefault = "10";
     this.set('displayLengthOnLoad', displayLengthDefault);
     this.postUserPref(this.displayLengthKey(), displayLengthDefault);
     return displayLengthDefault;