diff --git a/awx/ui/client/features/output/index.controller.js b/awx/ui/client/features/output/index.controller.js index 07124d8bd9..7f171f728a 100644 --- a/awx/ui/client/features/output/index.controller.js +++ b/awx/ui/client/features/output/index.controller.js @@ -392,7 +392,8 @@ function last () { return lastPage(); } - return lastRange(); + return lastRange() + .then(() => previousRange()); } function next () {