From 6e64aa81fd6ca3dd865a7bf2d6737f79f3459541 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 26 Feb 2019 11:38:46 -0500 Subject: [PATCH] Always show elapsed timer regardless of running state --- awx/ui/client/features/output/stats.partial.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"}}