mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Show cancelled jobs in queue page
This commit is contained in:
@ -10,11 +10,13 @@ type alias Texts =
|
||||
, waiting : String
|
||||
, errored : String
|
||||
, success : String
|
||||
, cancelled : String
|
||||
, noJobsRunning : String
|
||||
, noJobsDisplay : String
|
||||
, noJobsWaiting : String
|
||||
, noJobsFailed : String
|
||||
, noJobsSuccess : String
|
||||
, noJobsCancelled : String
|
||||
, deleteThisJob : String
|
||||
, showLog : String
|
||||
, remove : String
|
||||
@ -32,11 +34,13 @@ gb =
|
||||
, waiting = "Waiting"
|
||||
, errored = "Errored"
|
||||
, success = "Success"
|
||||
, cancelled = "Cancelled"
|
||||
, noJobsRunning = "No jobs currently running."
|
||||
, noJobsDisplay = "No jobs to display."
|
||||
, noJobsWaiting = "No waiting jobs."
|
||||
, noJobsFailed = "No failed jobs to display."
|
||||
, noJobsSuccess = "No succesfull jobs to display."
|
||||
, noJobsCancelled = "No cancelled jobs to display."
|
||||
, deleteThisJob = "Cancel/Delete this job?"
|
||||
, showLog = "Show log"
|
||||
, remove = "Remove"
|
||||
|
Reference in New Issue
Block a user