mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -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:
@@ -392,7 +392,8 @@ function last () {
|
||||
return lastPage();
|
||||
}
|
||||
|
||||
return lastRange();
|
||||
return lastRange()
|
||||
.then(() => previousRange());
|
||||
}
|
||||
|
||||
function next () {
|
||||
|
||||
Reference in New Issue
Block a user