瀏覽代碼

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

atkach 11 年之前
父節點
當前提交
a59e3d0b91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/views/common/table_view.js

+ 1 - 1
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;