mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Renamed LaunchJob to JobTemplate, LaunchJobStatus to Job, LaunchJobHostSummary to JobHostSummary, and LaunchJobStatusEvent to JobEvent. Updated admin, celery task, management commands accordingly.
This commit is contained in:
@@ -116,10 +116,10 @@ pre.result-display {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
}
|
||||
#launch_job_host_summaries-group table td.original p {
|
||||
#job_host_summaries-group table td.original p {
|
||||
display: none
|
||||
}
|
||||
#launch_job_host_summaries-group table tr.has_original td {
|
||||
#job_host_summaries-group table tr.has_original td {
|
||||
padding-top: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user