From 9d5fd2b4cf03fa09ae5cff960cc3b3658064d0c9 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sat, 26 Nov 2016 20:57:12 +0000 Subject: [PATCH] webui: standardised all rowCount parameters for tables (#5067) --- html/pages/bills.inc.php | 2 +- html/pages/health/mempool.inc.php | 2 +- html/pages/ports/list.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/pages/bills.inc.php b/html/pages/bills.inc.php index c606251fe2..44d2af01c2 100644 --- a/html/pages/bills.inc.php +++ b/html/pages/bills.inc.php @@ -159,7 +159,7 @@ include 'includes/modal/new_bill.inc.php'; header: $('#table-header').html() }, columnSelection: false, - rowCount: [10,20,50,100,-1], + rowCount: [50,100,250,-1], post: function() { return { id: 'bills', diff --git a/html/pages/health/mempool.inc.php b/html/pages/health/mempool.inc.php index f69374ff4d..21b66d718c 100644 --- a/html/pages/health/mempool.inc.php +++ b/html/pages/health/mempool.inc.php @@ -15,7 +15,7 @@