diff --git a/awx/ui/client/features/output/stats.partial.html b/awx/ui/client/features/output/stats.partial.html
index 9ad29ca7d1..1827c52888 100644
--- a/awx/ui/client/features/output/stats.partial.html
+++ b/awx/ui/client/features/output/stats.partial.html
@@ -13,8 +13,7 @@
{{ vm.hosts || 1 }}
{{:: vm.strings.get('stats.ELAPSED') }}
- ...
-
+
{{ (vm.elapsed * 1000 || 0) | duration: "hh:mm:ss"}}