diff options
| author | Frederick Muriuki Muriithi | 2026-01-08 11:05:59 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-08 12:17:27 -0600 |
| commit | 61cfdf00ba55e3589ad542fce215ce9c1b32f1d8 (patch) | |
| tree | 9f402bc36232ef6f42c1fcb1a88e6ad898c617b9 | |
| parent | 3b16e8896c107bac05b10213239923a7525a733a (diff) | |
| download | gn-uploader-61cfdf00ba55e3589ad542fce215ce9c1b32f1d8.tar.gz | |
Remove delete buttons from this UI.
| -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%} |
