Skip to content

Commit

Permalink
Fix Pagination for Content Hosts (#830) (#836)
Browse files Browse the repository at this point in the history
(cherry picked from commit 68080bb)

Co-authored-by: Samuel Bible <[email protected]>
  • Loading branch information
Satellite-QE and sambible committed May 24, 2023
1 parent 4f545a3 commit e04e726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion airgun/views/contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ class ContentHostsView(BaseLoggedInView, SearchableViewMixin):
'Installable Updates': InstallableUpdatesCellView(),
},
)
pagination = Pagination()

total_items = Text("//span[@class='pagination-pf-items-total ng-binding']")
pages = Text("//span[@class='pagination-pf-pages ng-binding ng-scope']")

@property
def is_displayed(self):
Expand Down

0 comments on commit e04e726

Please sign in to comment.