From e41bbf5ebea4b48df1eb683527362e20dc547558 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 14 Feb 2017 11:26:52 -0500 Subject: [PATCH] Fixed org templates pagination by setting page_size --- .../src/organizations/linkout/organizations-linkout.route.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js b/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js index da1b2eb3ca..729cb99bbe 100644 --- a/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js +++ b/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js @@ -235,7 +235,8 @@ export default [{ template_search: { value: { or__project__organization: null, - or__inventory__organization: null + or__inventory__organization: null, + page_size: 20 } } },