Merge pull request #3356 from loganhz/events

Support paging for events list
This commit is contained in:
Vincent Fiduccia 2019-09-16 16:02:52 -07:00 committed by GitHub
commit 5ecdaa9646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,7 @@ export default Component.extend({
events: null,
sortBy: 'lastTimestamp',
descending: false,
descending: true,
name: null,
namespaceId: null,
resourceType: null,

View File

@ -12,10 +12,11 @@
classNames="grid fixed mb-0 sortable-table"
bulkActions=false
rowActions=false
paging=false
paging=true
search=true
sortBy=sortBy
stickyHeader=false
pagingLabel="pagination.event"
descending=descending
headers=headers
body=events