Provide the job id for jobs on the revision page
Using the title element, as the identifier is internal, but it's useful for development to be able to find it out, if you want to run the job for testing.
This commit is contained in:
parent
ea253c4515
commit
16ed3e376e
1 changed files with 2 additions and 1 deletions
|
|
@ -505,7 +505,8 @@
|
|||
((member "start" event-names)
|
||||
"info")
|
||||
(else
|
||||
"")))))
|
||||
""))))
|
||||
(title ,(simple-format #f "Job id: ~A" id)))
|
||||
(td ,source)
|
||||
(td
|
||||
(dl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue