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:
Chris Church
2013-04-17 18:59:21 -04:00
parent 5e6ad5a244
commit aff422c976
11 changed files with 995 additions and 326 deletions

View File

@@ -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>