diff options
| -rw-r--r-- | uploader/templates/background-jobs/list-jobs.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/uploader/templates/background-jobs/list-jobs.html b/uploader/templates/background-jobs/list-jobs.html index 2642c24..3e87a31 100644 --- a/uploader/templates/background-jobs/list-jobs.html +++ b/uploader/templates/background-jobs/list-jobs.html @@ -10,8 +10,6 @@ <div class="row"><h2 class="heading">Background Jobs</h2></div> -{{view_under_construction}} - <div class="row"> <div class="table-responsive"> <table class="table"> @@ -22,7 +20,7 @@ <th title="Date and time past which the job's details will be deleted from the system."> Expires</th> <th>Status</th> - <th colspan="2">Actions</th> + <th>Actions</th> </tr> </thead> @@ -49,12 +47,7 @@ <a href="{{url_for('background-jobs.job_summary', job_id=job.job_id)}}" class="btn btn-info" title="View more detailed information about this job."> - View Job</a> - </td> - <td> - <a href="#" - class="btn btn-danger not-implemented" - title="Delete this job.">delete</a> + view summary</a> </td> </tr> {%else%} |
