Skip to content

Commit ca75cd8

Browse files
Fix VM paging in loadbalancer view
1 parent 565f94b commit ca75cd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/scripts/loadbalancer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@
444444
network: { label: 'label.network' },
445445
},
446446
dataProvider: function(args) {
447+
listViewDataProvider(args, data);
448+
447449
$.ajax({
448450
url: createURL('listLoadBalancerRuleInstances'),
449451
data: {

0 commit comments

Comments
 (0)