mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02: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 lastPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
return lastRange();
|
return lastRange()
|
||||||
|
.then(() => previousRange());
|
||||||
}
|
}
|
||||||
|
|
||||||
function next () {
|
function next () {
|
||||||
|
|||||||
Reference in New Issue
Block a user