mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Merge pull request #3851 from jakemcdermott/fix-3578-part-2
Get the last two pages of events on page load
This commit is contained in:
commit
3f113129a9
@ -392,7 +392,8 @@ function last () {
|
||||
return lastPage();
|
||||
}
|
||||
|
||||
return lastRange();
|
||||
return lastRange()
|
||||
.then(() => previousRange());
|
||||
}
|
||||
|
||||
function next () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user