From 8cef37f8a42b3378e154f139e9c50add6e008f7c Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Wed, 12 Feb 2020 17:22:04 +0100 Subject: [PATCH] F #4162: Increase number of paged wild VMs (#4176) --- src/sunstone/public/app/tabs/hosts-tab/panels/wilds.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sunstone/public/app/tabs/hosts-tab/panels/wilds.js b/src/sunstone/public/app/tabs/hosts-tab/panels/wilds.js index 9f3c796e1e..bcb47f9d47 100644 --- a/src/sunstone/public/app/tabs/hosts-tab/panels/wilds.js +++ b/src/sunstone/public/app/tabs/hosts-tab/panels/wilds.js @@ -85,7 +85,8 @@ define(function(require) { {"bSortable": false, "aTargets": [0]}, {"sWidth": "35px", "aTargets": [0]}, {"sType": "string", "aTargets": [1]} - ] + ], + "aLengthMenu": [ [10, 25, 50, -1], [10, 25, 50, "All"] ] }); if (that.element.TEMPLATE.VM) {