From 1a41138ac1afaf1ba053deec896be487d21366df Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:13:35 -0400 Subject: [PATCH] Add pagination for ansible_roles in HostGroupEditView (#1455) (#1458) (cherry picked from commit d97c37f6678ed7b5c54090906cef855a2e94f02b) Co-authored-by: Shubham Ganar <67952129+shubhamsg199@users.noreply.github.com> --- airgun/views/hostgroup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/airgun/views/hostgroup.py b/airgun/views/hostgroup.py index 3e007b0bf..ac4b108cc 100644 --- a/airgun/views/hostgroup.py +++ b/airgun/views/hostgroup.py @@ -159,3 +159,4 @@ class ansible_roles(SatTab): no_of_available_role = Text('//span[@class="pf-c-options-menu__toggle-text"]//b[2]') resources = MultiSelectNoFilter(id='ansible_roles') submit = Text('//input[@name="commit"]') + pagination = PF4Pagination()