diff --git a/awx/ui/client/features/output/stats.partial.html b/awx/ui/client/features/output/stats.partial.html index a9b2dffa8c..35babd1505 100644 --- a/awx/ui/client/features/output/stats.partial.html +++ b/awx/ui/client/features/output/stats.partial.html @@ -1,20 +1,20 @@
plays - ... - {{ vm.plays || 0 }} + ... + {{ vm.plays || 0 }} tasks - ... - {{ vm.tasks || 0 }} + ... + {{ vm.tasks || 0 }} {{:: vm.strings.get('stats.HOSTS')}} - ... - {{ vm.hosts || 1 }} + ... + {{ vm.hosts || 1 }} {{:: vm.strings.get('stats.ELAPSED') }} - ... - + ... + {{ (vm.elapsed * 1000 || 0) | duration: "hh:mm:ss"}} diff --git a/awx/ui/client/lib/components/panel/_index.less b/awx/ui/client/lib/components/panel/_index.less index 3a66b22906..33d12aa7a1 100644 --- a/awx/ui/client/lib/components/panel/_index.less +++ b/awx/ui/client/lib/components/panel/_index.less @@ -44,7 +44,13 @@ vertical-align: middle; white-space: nowrap; text-align: center; - margin-right: @at-space-2x; + margin-left: 10px; + margin-right: auto; + + &--inline { + margin-right: @at-space-2x; + margin-left: 0; + } } .at-Panel-headingCustomContent {