Add job deletion functionality
- Add delete_queue_item function to database.py with ownership validation - Add delete_job method to QueueManager class - Add /job/<id>/delete endpoint in web.py with user authentication - Update history.html template to show delete button for queued jobs - Only allow users to delete their own jobs or admins to delete any job - Add confirmation dialog for job deletion
Showing
Please
register
or
sign in
to comment