Skip to content

Commit d97c37f

Browse files
authored
Add pagination for ansible_roles in HostGroupEditView (#1455)
1 parent 886a1a8 commit d97c37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airgun/views/hostgroup.py

+1
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,4 @@ class ansible_roles(SatTab):
159159
no_of_available_role = Text('//span[@class="pf-c-options-menu__toggle-text"]//b[2]')
160160
resources = MultiSelectNoFilter(id='ansible_roles')
161161
submit = Text('//input[@name="commit"]')
162+
pagination = PF4Pagination()

0 commit comments

Comments
 (0)