Commit 2390a0f3 by Bence Dányi

firewall_gui: display more items to satisfy bd

parent 128ee216
......@@ -206,7 +206,7 @@ function ListController(url) {
return function($scope, $http) {
$scope.page = 1;
var rules = [];
var pageSize = 10;
var pageSize = 100;
var itemCount = 0;
/**
* Does filtering&paging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment