diff --git a/awx/ui/client/src/job-detail/host-event/host-event-codemirror.partial.html b/awx/ui/client/src/job-detail/host-event/host-event-codemirror.partial.html deleted file mode 100644 index 7c744d2169..0000000000 --- a/awx/ui/client/src/job-detail/host-event/host-event-codemirror.partial.html +++ /dev/null @@ -1,2 +0,0 @@ - diff --git a/awx/ui/client/src/job-detail/host-event/host-event-details.partial.html b/awx/ui/client/src/job-detail/host-event/host-event-details.partial.html deleted file mode 100644 index c287788f19..0000000000 --- a/awx/ui/client/src/job-detail/host-event/host-event-details.partial.html +++ /dev/null @@ -1,45 +0,0 @@ -
| Hosts | -Completed Tasks | -
|---|
| - {{ host.host_name }} - | -- {{ host.ok - host.changed }} - {{ host.changed }} - {{ host.skipped }} - {{ host.dark }} - {{ host.failures }} - | -|||
| Initiating job run. | -||||
| Job is running. Summary will be available on completion. | -||||
| No matching hosts | -||||
| Plays | -Started | -Elapsed | -
|---|
| {{ play.name }} | -{{ play.created | date: 'HH:mm:ss' }} | -{{ play.elapsed }} | - -|
| Waiting... | -|||
| Loading... | -|||
| No matching plays | -|||
| Tasks | -Started | -Elapsed | - -
|---|
| {{ task.name }} | -{{ task.created | date: 'HH:mm:ss' }} | -{{ task.elapsed }} | - - -||
| Waiting... | -||||
| Loading... | -||||
| No matching tasks | -||||
| Hosts | -Item | -Message | -
|---|
| - {{ result.name }}{{ result.name }} - | -{{ result.item }} | -{{ result.msg }} | -||
| Waiting... | -||||
| Loading... | -||||
| No matching host events | -||||