Skip to content

Commit

Permalink
Add pagination for ansible_roles in HostGroupEditView (#1455) (#1459)
Browse files Browse the repository at this point in the history
(cherry picked from commit d97c37f)

Co-authored-by: Shubham Ganar <67952129+shubhamsg199@users.noreply.github.com>
  • Loading branch information
Satellite-QE and shubhamsg199 authored Jul 8, 2024
1 parent c76acff commit b4db444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/hostgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit b4db444

Please sign in to comment.