Browse Source

UI: increased page size for rule-chain-select

pull/9793/head
rusikv 3 years ago
parent
commit
220b2ee8e3
  1. 2
      ui-ngx/src/app/shared/components/rule-chain/rule-chain-select.component.ts

2
ui-ngx/src/app/shared/components/rule-chain/rule-chain-select.component.ts

@ -65,7 +65,7 @@ export class RuleChainSelectComponent implements ControlValueAccessor, OnInit {
}
ngOnInit() {
const pageLink = new PageLink(100, 0, null, {
const pageLink = new PageLink(1000, 0, null, {
property: 'name',
direction: Direction.ASC
});

Loading…
Cancel
Save