From dcd36adf25a0f4209e1fb70b5352c81e89619e65 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Thu, 24 May 2018 15:59:58 -0400 Subject: [PATCH] add one-way bindings for static stats bar strings --- awx/ui/client/features/output/stats.partial.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/features/output/stats.partial.html b/awx/ui/client/features/output/stats.partial.html index bbff1bb5a2..c1c7fdb4a7 100644 --- a/awx/ui/client/features/output/stats.partial.html +++ b/awx/ui/client/features/output/stats.partial.html @@ -12,7 +12,7 @@ ... {{ vm.hosts }} - {{ vm.strings.get('stats.ELAPSED') }} + {{:: vm.strings.get('stats.ELAPSED') }} ... {{ vm.elapsed * 1000 | duration: "hh:mm:ss" }} @@ -20,7 +20,7 @@