diff --git a/awx/ui/client/src/standard-out/adhoc/standard-out-adhoc.partial.html b/awx/ui/client/src/standard-out/adhoc/standard-out-adhoc.partial.html index 238ffb90a6..a9abf6443c 100644 --- a/awx/ui/client/src/standard-out/adhoc/standard-out-adhoc.partial.html +++ b/awx/ui/client/src/standard-out/adhoc/standard-out-adhoc.partial.html @@ -16,47 +16,47 @@
-
Name
-
{{ job.module_name }}
+
Name
+
{{ job.module_name }}
-
STATUS
-
+
STATUS
+
{{ job.status }}
-
STARTED
-
+
STARTED
+
{{ job.started | longDate }}
-
FINISHED
-
+
FINISHED
+
{{ job.finished | longDate }}
-
ELAPSED
-
+
ELAPSED
+
{{ job.elapsed }} seconds
-
Module Args
-
{{ job.module_args }}
+
Module Args
+
{{ job.module_args }}
-
Inventory
-
+
Inventory
+
{{ inventory_name }} @@ -64,8 +64,8 @@
-
Credential
-
+
Credential
+
{{ credential_name }} @@ -73,8 +73,8 @@
-
Launched By
-
+
Launched By
+
{{ created_by.username }} @@ -84,20 +84,20 @@
-
Forks
-
{{ forks }}
+
Forks
+
{{ forks }}
-
Limit
-
{{ limit }}
+
Limit
+
{{ limit }}
-
Verbosity
-
{{ verbosity }}
+
Verbosity
+
{{ verbosity }}
diff --git a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html index d7724959ce..250706e1c5 100644 --- a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html +++ b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html @@ -16,8 +16,8 @@
-
NAME
-
+
NAME
+
{{ inventory_source_name }} @@ -25,51 +25,51 @@
-
STATUS
-
+
STATUS
+
{{ job.status }}
-
LICENSE ERROR
+
LICENSE ERROR
{{ job.license_error }}
-
STARTED
-
+
STARTED
+
{{ job.started | longDate }}
-
FINISHED
-
+
FINISHED
+
{{ job.finished | longDate }}
-
ELAPSED
-
+
ELAPSED
+
{{ job.elapsed }} seconds
-
LAUNCH TYPE
+
LAUNCH TYPE
{{ job.launch_type }}
-
CREDENTIAL
-
+
CREDENTIAL
+
{{ credential_name }} @@ -77,8 +77,8 @@
-
GROUP
-
+
GROUP
+
{{ inventory_source_name }} @@ -86,28 +86,28 @@
-
SOURCE
-
+
SOURCE
+
{{ source }}
-
REGIONS
-
+
REGIONS
+
{{ source_regions }}
-
OVERWRITE
+
OVERWRITE
{{ job.overwrite }}
-
OVERWRITE VARS
+
OVERWRITE VARS
{{ job.overwrite_vars }}
diff --git a/awx/ui/client/src/standard-out/management-jobs/standard-out-management-jobs.partial.html b/awx/ui/client/src/standard-out/management-jobs/standard-out-management-jobs.partial.html index 48be9fde42..efb18d1b48 100644 --- a/awx/ui/client/src/standard-out/management-jobs/standard-out-management-jobs.partial.html +++ b/awx/ui/client/src/standard-out/management-jobs/standard-out-management-jobs.partial.html @@ -15,41 +15,41 @@
-
NAME
-
{{ job.name }}
+
NAME
+
{{ job.name }}
-
STATUS
-
+
STATUS
+
{{ job.status }}
-
STARTED
-
+
STARTED
+
{{ job.started | longDate }}
-
FINISHED
-
+
FINISHED
+
{{ job.finished | longDate }}
-
ELAPSED
-
+
ELAPSED
+
{{ job.elapsed }} seconds
-
LAUNCH TYPE
+
LAUNCH TYPE
{{ job.launch_type }}
diff --git a/awx/ui/client/src/standard-out/scm-update/standard-out-scm-update.partial.html b/awx/ui/client/src/standard-out/scm-update/standard-out-scm-update.partial.html index 65e403b252..b4459ba4bf 100644 --- a/awx/ui/client/src/standard-out/scm-update/standard-out-scm-update.partial.html +++ b/awx/ui/client/src/standard-out/scm-update/standard-out-scm-update.partial.html @@ -16,8 +16,8 @@
-
NAME
-
+
NAME
+
{{ project_name }} @@ -25,44 +25,44 @@
-
STATUS
-
+
STATUS
+
{{ job.status }}
-
STARTED
-
+
STARTED
+
{{ job.started | longDate }}
-
FINISHED
-
+
FINISHED
+
{{ job.finished | longDate }}
-
ELAPSED
-
+
ELAPSED
+
{{ job.elapsed }} seconds
-
LAUNCH TYPE
+
LAUNCH TYPE
{{ job.launch_type }}
-
PROJECT
-
+
PROJECT
+
{{ project_name }} @@ -70,8 +70,8 @@
-
CREDENTIAL
-
+
CREDENTIAL
+
{{ credential_name }} diff --git a/awx/ui/client/src/standard-out/standard-out.block.less b/awx/ui/client/src/standard-out/standard-out.block.less index 445e332e15..d402fcf363 100644 --- a/awx/ui/client/src/standard-out/standard-out.block.less +++ b/awx/ui/client/src/standard-out/standard-out.block.less @@ -3,7 +3,7 @@ /** @define StandardOut */ -@breakpoint-md: 900px; +@breakpoint-md: 1180px; standard-out-log { flex: 5; @@ -98,7 +98,6 @@ standard-out-log { } .StandardOut-detailsLabel { - flex: 2.5 0 auto; text-transform: uppercase; color: @default-interface-txt; }