mirror of https://github.com/rancher/ui.git
Merge pull request #3356 from loganhz/events
Support paging for events list
This commit is contained in:
commit
5ecdaa9646
|
|
@ -53,7 +53,7 @@ export default Component.extend({
|
|||
events: null,
|
||||
|
||||
sortBy: 'lastTimestamp',
|
||||
descending: false,
|
||||
descending: true,
|
||||
name: null,
|
||||
namespaceId: null,
|
||||
resourceType: null,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue